Lecture 1 Flashcards
(1 cards)
1
Q
Terminal Command Line
A
Basic commands:
pwd: print working directory
cd: change directory
mkdir: make directory
ls: list directory content
touch: update file timestamp (create)
rm: remove file
mv: move file
Extras:
help: help
tab: auto-complete
up: previous command in history