Browsing Category
Linux
147 posts
Linux is a Unix-like operating system. It is a free and open-source operating system, which means that it is available to everyone to use and modify. Linux is used by millions of people around the world, and it is the operating system of choice for many servers, supercomputers, and embedded devices.
tail Command in Linux: Complete Guide to Viewing End of Files, Following Logs, and Parameters
The first time tail -f genuinely saved me was during an on-call shift when a payment service started…
tac Command in Linux: Complete Guide to Reverse File Display and Parameters
I’ll be honest — the first time I saw tac in a colleague’s script, I thought it was…
split Command in Linux: Complete Guide to Splitting Files into Pieces and Parameters
I first needed split when I had to email a 4GB database dump to a colleague and the…
sort Command in Linux: Complete Guide to Sorting Data, Lines, and Parameters
I once spent twenty minutes staring at a script that was producing “wrong” results, only to realize the…
sed Command in Linux: Complete Guide to Stream Editing, Text Manipulation, and Parameters
There was a period early in my Linux career where I avoided sed entirely and did everything with…
patch Command in Linux: Complete Guide to Applying Patch Files, Diffs, and Parameters
Before I really understood patch, code review felt clumsier than it needed to be — I’d get a…
paste Command in Linux: Complete Guide to Merging File Lines and Parameters
I discovered paste while trying to combine two exported columns from a database dump — one file with…
nl Command in Linux: Complete Guide to Numbering Lines in Files and Parameters
For a long time I just used cat -n any time I needed line numbers, because it was…
more Command in Linux: Complete Guide to Paginated File Viewing and Parameters
more was the first pager I ever used, back before anyone told me less existed and was strictly…
lpr Command in Linux: Complete Guide to Printing Files and Parameters
I’ll admit printing is the part of Linux system administration I deal with least often these days —…