Skip to content

Instantly share code, notes, and snippets.

@ASR19
ASR19 / Ashwini_CLI_Drills_I
Last active May 4, 2021 14:00
Ashwini_CLI_Drills_I
mkdir -p hello/five/six/seven
cd ~
cd hello/five/six
touch c.txt
cd seven
touch error.log
cd ~
cd hello
mkdir -p one/two/three/four
cd ~
@ASR19
ASR19 / Ashwini_CLI_Drills_I
Created May 4, 2021 12:44
Ashwini_CLI_Drills_I
mkdir -p hello/five/six
touch c.txt
mkdir seven
touch error.log
cd ~
cd hello
mkdir -p one/two/three/four
touch error.log
cd ..
touch e.txt
sudo apt install htop vim nginx
sudo apt purge nginx