SkillSeevaSkillSeeva
HomeResourcesScheduleRoadmapTeam
Back to Categories
Current Path
Terminal / CLI
Navigation & FilesPackage Managers (npm/yarn)
Jump to topic:
Navigation & FilesPackage Managers (npm/yarn)

Navigation & Files

How to move around your file system without a mouse.
bash
ls        # List files
cd [dir]  # Change directory
mkdir [name] # Make directory
touch [file] # Create file
rm [file]    # Remove file
1 / 2