What is this?
You might be an aspiring developer. Perhaps you just want to brush up on some basic terminal commands. No matter what, you've found the right place. Visit the menu for other languages.
You might be an aspiring developer. Perhaps you just want to brush up on some basic terminal commands. No matter what, you've found the right place. Visit the menu for other languages.
These commands will help you create, modify, and delete files and folders.
cat [FILE]
mkdir [FOLDER_NAME]
cp [FILE] [DUPLICATE_FILE]
mv [FILE] [MOVED_FILE]
rm [FILE]
rm -r [FOLDER]
These essential commands will help you navigate, explore, and perform simple actions on your terminal.
ls
pwd
cd
cd [FOLDER]
cd ..
More coming soon!