You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
miguel 9dbebae756 feat(master-the-ls): add subject, test and solution for the exercise master-the-ls 2 years ago
..
README.md feat(master-the-ls): add subject, test and solution for the exercise master-the-ls 2 years ago

README.md

Master the ls

Instructions

Put in a file master-the-ls, the command line that will:

  • list the files and directories of the current directory.
  • Ignore the hidden files, the "." and the "..".
  • Separates the results with commas.
  • Order them by ascending order of access time (the newest first).
  • Have the directories ends with a /.

Hint

Here are some Commands that can help you: