simple calculator in unix shell script
Simple calculator in unix shell script echo " enter the value of a " …
Simple calculator in unix shell script echo " enter the value of a " …
cat - concatenate files and print on the standard output SYNOPSIS cat …
Stages of Linux boot process Press the power button on your system, and after …
Unix interview questions and answers 1. How do you write the contents of 3 file…
To display those lines in between 25 and 50 having pattern 'unix' in it…
Display lines that do not contain "unix" $ Grep “^[^unix]” filename
1) What is Linux? Linux is a UNIX based operating system. Linus Torvalds firs…