I'm excited to share my progress on Day 2 of my 20-day Linux challenge!
Today I Mastered file management commands: cp (copy), mv(move/rename), rm (remove).
-I Learned to view file contents with cat,cat -n (with line numbers)
- Discovered
head `` command for viewing beginning of file and_tail _commands for viewing file ends - Compared file contents with
diffand entire directories withdiff -rThese skills will enhance my productivity and efficiency in navigating Linux environments. What's your favourite Linux commands? please share your tips 🙏
Top comments (0)