Day 12 - Cheatsheet for Linux and Git
🔖 Linux Commands To create an empty file touch <filename> To create multiple files touch file{1..5}.txt List all the files including hidden files also ls -la create a nested directory mkdir -p a/b/c/d/e To view a file cat file.txt To...




