Linux commands

What is Linux Process? Important commands for Linux Process

In an operating system, to complete a certain operation or task, the processes are required, Process is nothing but a…

4 years ago

How to Zip and Unzip files in UNIX

Here is how to Zip and Unzip files in UNIX unzip myFile.zip – This command will uncompress compressed files with…

9 years ago

AWK Linux command

why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language,…

9 years ago