Ultimate Linux Cheat Sheet: Quick Reference for Beginners
File Commands
CommandDescription
catPrint file contents
touchCreate file (or update timestamp)
cpCopy a file
mvMove / rename a file
rmRemove file
headPrint first 10 lines of file
tailPrint last 10 lines of file
tail -fPrint last 10 line...
learnwithparth.hashnode.dev4 min read