Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

andrearizzello/ft_ls_42

Repository files navigation

ft_ls_42

ls in a 42 style following the 'norme' imposed by the school

How to compile

just type make on a MacOS system

How to use it

execute it by doing ./ft_ls followed by any options you want to use

Options implemented

  • -l list in long format
  • -R recursively list subdirectories encountered
  • -a include directory entries whose names begin with a dot (Ex .git/)
  • -r reverse the order of the sort to get reverse lexicographical order or the oldest entries first (or largest files last, if combined with sort by size)
  • -t sort by time modified (most recently modified first) before sorting the operands by lexicographical order

About

ls in a 42 style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages