Terminal commands

nana 🧙🏻‍♀️
Design & Code Repository
1 min readApr 20, 2018

Frequently used

List

ls

List hidden file

ls -a(shortcut: ll)

My location

pwd

Make directiry

mkdir _____

____: new site name

Change directory

cd

Change current directory to one level up

cd ..

Move to 🦊 directory

cd 🦊

Move to 🦊 directory quickly (short cut)

cd + 'f'+ /tap/

Create a file

touch index.html

remove a file

rm index.html

remove a directory

rm -rf 🦊

Go out to the terminal

control z

*Puts whatever you are running into a suspended background process. fg restores it.

more learn

⬇︎⬇︎⬇︎

--

--