- List files and directories: Displays the files and directories in a given path.
- Multipath support: Accepts multiple paths as arguments and processes each one independently.
- Advanced options:
-a: Show hidden files (including.and..).-A: Show hidden files, excluding.and...-l: Display detailed information for each file (permissions, owner, size, etc.).-R: Recursively list all subdirectories and their contents.-d: Display the folder and file name if they exists
-t: Sort files and directories by their modification date, from the most recent to the oldest.-r: Reverse the order of sorting, displaying files and directories in the opposite order from the default.
Clément FOSSORIER & Olivier VO
You can also find the source code for this project at the following GitHub repository: FiestaTheNewbieDev/my-ls
