Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 216 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 216 Bytes

CustomLinuxCommand

ls -l /home/user/Documents

ls is the command to list files. -l is an option to display a detailed list. /home/user/Documents is the argument, specifying the directory for which to list files.