News

Using the find command isn’t the most intuitive means of locating files from the command line, but once you get used to it, you’ll find it incredibly powerful and useful.
The btrfsck command is a filesystem-check command like fsck, but it works with the btrfs file system.. First a little bit about btrfs.As the name implies, btrfs uses a B-tree data structure that ...
The Linux find command makes it easy to find files on your system – even if you don’t remember their names or exactly when you last updated them. Some of the options are a bit more challenging ...
Not happy with your Linux distro's default file manager? Stop struggling and try something different. Considering that these ...
Since Ubuntu is a Linux operating system, you can bypass the graphical user interface entirely and open your PDF files from the command line. By default, Ubuntu uses the Gnome application Evince ...
In the realm of Linux command-line tools, few commands are as versatile and widely used as cat.This article dives deep into the capabilities of the Linux cat command, merging insights from multiple ...
If you have a command that outputs a lot of data to the terminal, you might want to send that output to a file for easier (or later) viewing or sharing. Jack Wallen shows you how.
Use the basic tail command to display the last 10 lines of a file. Tail the desired number of lines by specifying the -n option. Learn how to use the +N option to display lines starting from the Nth ...
Even if you're a command-line devotee, sometimes it's just way easier to use the mouse and a GUI to navigate to the file than to type out a long path name. This clever trick will pull up a file ...