News

How to Create a .tar.bz2 Archive File in Linux. If you want an even smaller size of archive files, use the bzip2 compression format with the tar command.The bzip2 format uses the “Burrows–Wheeler ...
6K. Learning Linux commands are getting easier day by day! If you know how to use man pages properly, you are halfway across Linux commandline journey. There are also some good man page alternatives ...
Display Linux Commands Cheatsheets With Tealdeer In Terminal. Getting cheatsheets for Unix & Linux commands is made much easier with Tealdeer! Before start using Tealdeer, you must update its cache ...
Using grep Command in Linux. The grep command is an essential tool for users who want to search for specific patterns or words in various files, directories, or even in other Linux command outputs.
Details on commands whatis: display one-line manual page descriptions whereis: locate the binary, source, and manual page files for a command man: display a command’s man page ...
I now have practical experience in using basic Linux Bash shell commands to. navigate directory structures with the cd command, display the current working directory with the pwd command, list the ...
vi file.txt : create a file , Vi is text editor (Here it is creating a text file named "file" and ".txt" is entension. man : used to display user manual for any command. touch file.txt : used to ...
The rm (remove) command is one of the most important Linux utilities that every beginner to advanced Linux user should understand how it works and how to use it safely, as it can delete important ...
You just need to execute the following command to display all of the commands we discussed above: wc--help. As you can see, the output clearly shows the parameters (and their alternate options) you ...
Users are allowed to display a particular file in reverse when they are using Linux based computer system. The command cat is used to display a file. To view a file in reverse, there is simply the tac ...