GitHunt

my_ls

Recreation of the ls command for Unix terminals.

flags:

  • -l (long listing)
  • -a (list hidden)
  • -d (directory name)
  • -R (recursive)
  • -r (sort reversed)
  • -t (sort by mod. date)

compilation:

make re

usage:

The usage is the same as the original ls'.

./my_ls [FLAGS] [PATHS]

No path specified will be taken as "."

Contributors

Created January 13, 2023
Updated January 13, 2023