top of page


How to use the 'cut' command in linux
The cut command in Linux is a powerful text-processing utility used to extract specific sections from each line of a file or from piped...

Chris
Apr 275 min read
5 views
0 comments


What is a Shell in Linux?
Shell is an interface that directly interacts with the kernel by accepting a set of commands that is submitted by the user or process....

Chris
Mar 234 min read
12 views
0 comments


The 'bat' command: a 'cat' replacement
The `bat` command is a modern replacement for the traditional `cat` command in Unix-like operating systems, offering users an enhanced...

Chris
Dec 4, 20244 min read
6 views
0 comments


Fzf: a command-line fuzzy finder
The terminal is essential for every Linux user. Enhancing its functionality can lead to a more efficient workflow. One significant...

Chris
Dec 1, 20243 min read
7 views
0 comments


The $MANPAGER shell variable.
The MANPAGER shell variable is used to specify an alternative pager program for displaying manual pages (man pages) in Unix-like systems...

Chris
Nov 23, 20241 min read
15 views
0 comments
bottom of page