Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 204 Bytes

File metadata and controls

14 lines (12 loc) · 204 Bytes

ft_ls

Re-Creating the command ls (list) using C-Langauge.

features:

flags:

[-Ralrt]

  • -R working
  • -a working
  • -l working(few bugs)
  • -r working
  • -t working(few bugs)

instructions

Coming soon