From Fedora Project Wiki

Description

exa is a modern replacement for ls. It uses colors for information by default, which helps you distinguish properties such as file type and ownership. It also has extra features not present in the original ls, such as viewing git status for a directory or recursively listing files through sub-directories with a tree view.

Setup

Optionally include information on preparing the test environment

How to test

  1. Execute as root or sudo dnf install exa
  2. Get inside any existing directory or run the following to clone and change directories git clone https://pagure.io/kernel-tests.git && cd kernel-tests
  3. Execute exa
  4. Execute exa -l
  5. Execute exa -bghHliS

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. Step #1 Completes without error
  2. Step #3 Exa will color code the files and folders
  3. Step #4 Lists Permissions, Size , User , Date Modified and Name of the file
  4. Step #5 Lists inode, Permissions, Links, Size, Blocks, User, Group, Date Modified and Name of the file

Optional

.