1)what is grep|sort give example?
2)what are the test commands
Answer / mahender
1) grep stands as Globally Search for Regular Expression
and Print.
It is used for displaying the pattern matching lines from
requested file or files .
| Is This Answer Correct ? | 5 Yes | 0 No |
What is typeset in unix?
Is unix free to use?
Is unix a programming language?
What are directories in unix?
Is unix portable?
What does the swapping system do if it identifies the illegal page for swapping?
Is unix the first operating system?
How do I run a ksh script in unix?
What is the property of unix?
What is the difference between a shell variable that is exported and the one that is not exported?
What is difference between unix and windows?
Write a script that prints out date information in this order: time, the day of week, day number, month, year(sample output: 17:34:51 pdt sun 12 feb 2012)