1)what is grep|sort give example?
2)what are the test commands
Answer Posted / 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 |
Post New Answer View All Answers
How is windows different from unix?
Is unix still relevant?
What is the main goal of the Memory Management?
What are the basic responsibilities of a shell?
Name the key features of the bourne shell.
List the different types of files that can be made available with unix?
Explain how do we change file access permissions?
What is the difference between soft link and hard link in Unix operating system ?
How to calculate the number of words in a file?
Is unix a coding language?
What is unix full form?
What uses unix operating system?
What is called in unix?
How to print/display the first line of a file in Unix?
Write a shell script that requests the user's age and then echoes it, along with some suitable comment.