Skip to content

yuliannabn/my_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "."