11 Terminal Commands you NEED to KNOW

Опубликовано: 18 Февраль 2024
на канале: MasteringProgramming
179
4

In this episode we are going to be learning 11 terminal commands you can use on your Mac right now! The commands in this video are as follows:

ls: List directory contents
cd: Change directory
pwd: Print working directory
mkdir: Make directory
rm: Remove files or directories
mv: Move or rename files or directories
touch: Create an empty file or update file timestamps
cat: Concatenate and display files
df: Display filesystem disk space usage
du: Display directory space usage
zip/unzip: Compress and decompress files in ZIP format

By the end of this video you should be able to perform basic to advance terminal commands in your day to day usage.

#terminal #macbook