Skip to content

This project is a partial rewrite of the `ls` command.

License

Notifications You must be signed in to change notification settings

myryk31415/ft_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ls

This project is a partial rewrite of the ls command.

Flags

The flags ft_ls is able to handle, entries marked with ! are mandatory.

  • !-a: do not ignore entries starting with .
  • -d: list directories themselves, not their contents
  • -f: do not sort, enable -aU, disable -ls --color
  • -g: like -l, but do not list owner
  • !-l: use a long listing format
  • !-r: reverse order while sorting
  • !-R: list subdirectories recursively
  • !-t: sort by time, newest first
  • -u: with -lt: sort by, and show, access time; with -l: show access time and sort by name; otherwise: sort by access time, newest first

//sorting -f -r -t -u

//listing -R -d -a

//info -l -g -t -u -ACL + extended attributes -color?

About

This project is a partial rewrite of the `ls` command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published