Skip to content

Instantly share code, notes, and snippets.

@ASR19
Created May 4, 2021 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ASR19/7bc049e7a7552a15190d46b9a9c616d1 to your computer and use it in GitHub Desktop.
Save ASR19/7bc049e7a7552a15190d46b9a9c616d1 to your computer and use it in GitHub Desktop.
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
cd ..
touch d.txt
cd ..
touch a.txt
touch b.txt
find . -name "*.log" -type f -delete
cd ~
cd hello/one
nano a.txt
# Unix is a family of multitasking, multiuser computer operating
systems that derive from the original AT&T Unix, development
starting in the 1970s at the Bell Labs research center by Ken
Thompson, Dennis Ritchie, and others.
# ^o
#^x
cd hello
rm -rf five
mv one uno
cd one
mv a.txt two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment