Showing posts with the label Linux

simple calculator in unix shell script

Simple calculator in unix shell script echo " enter the value of a " …

Cat Command in Linux

cat - concatenate files and print on the    standard output SYNOPSIS    cat …

Linux boot process

Stages of Linux boot process Press the power button on your system, and after …

Unix interview questions and answers part 4

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

To display those lines in between 25 and 50 having pattern 'unix' in it…

Display lines that do not contain "unix"

Display lines that do not contain "unix"  $ Grep “^[^unix]” filename

Linux interview questions and answers part -1

1) What is Linux? Linux is a UNIX based operating system. Linus Torvalds firs…

Load More That is All