INTRO O
PROBLEM SOLVING AND
PROGRAMMING IN PYTHON
(use the Space key to navigate through all slides)

CIS 1051 - COMMAND LINE

Today, you will learn how to:
Navigate through directories
Create and delete files
Search for files in directories
Executing programs
and many more...
In a completely new way!
Using a powerful tool you have never seen before
The command line

To recap
- ls is used to list files and directories under the current dir
- mkdir is used to create new directories
- rm is used to remove files (-r to remove directories) use with cautions!
- cd to navigate through directories
- touch creates new files
- cp copies files from one location to another
- mv to move or rename files or directories
- find is used to search for files and directories under a specified location
- cat concatenates on the display the content of files
This was crafted with
A Framework created by Hakim El Hattab and contributors
to make stunning HTML presentations
bash-cli-2026
By Andrea Gallegati
bash-cli-2026
- 1