Linux gzip command options
Gzip (GNU zip) is a compressing tool. Which is use to truncate the file size. Original file will be replace by the compressed file ending with extension (.gz) with by…
A quick brown fox jumps over the lazy dog!
Gzip (GNU zip) is a compressing tool. Which is use to truncate the file size. Original file will be replace by the compressed file ending with extension (.gz) with by…
The uniq command you can form a sorted list in which every word will occur only once. Sample syntax of uniq command : # command <filename> | uniq Like example…
Unix or Linux tee command is similar to 'cat' command with only one difference. It reads the input and writes in in a file also outputs in the terminal. linux…
'comm' command compares two files or streams. By default, 'comm' will always display three columns. Number of first column indicates non-matching items of number of first file, The column number…
Linux Filter commands accept input data from stdin (standard input) and produce output on stdout (standard output). It transforms plain-text data into a meaningful way and can be used with…
Practice more than 100 common and very important Linux command. This is very helpful everyday life for beginners and professionals every one. Now you can practice more and more than…
'var' is short for variable. Files that have an unexpected size. Whose content is expected to change continuously (that's why it is named as variable) during normal operation of the…
Unis System Resources in directory: /usr The /usr directory usually contains the largest share of data. It is also called secondary hierarchy as it contains binaries, libraries, documentation for all…
Linux memory directory Memory directory contains files of the whole system. All the device information, process running indata or system related information are stored in this directory. Memory directory contains…
The Linux and Unix data directory is used to store data of the system. Data directory contains following directories. 1./home2./root3./srv4./media5./mnt6./tmp Data directory /home The '/home' directory stores users personnel files.…