Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 217 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 217 Bytes

try

1. mkdir create new directories
mkdir \
2. lists information about directories and any type of files in the working directory
ls
3. to print out a long listing format of files and directories
ls -l