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
diff
and entire directories withdiff -r
These skills will enhance my productivity and efficiency in navigating Linux environments. What's your favourite Linux commands? please share your tips 🙏
Top comments (0)