Answer Posted / abani_mahana
Pipe command is used sending one command's output to other command input
ex:- ls -l | wc -l
here ls -l will show details of files available and wc -l will show how many rows(total no of rows) the previous command diaplayed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why metadb requires a seperate slice to create Solaris volume manager
What is the use of the command 'ls -x chapter[1-5]' ?
what is the advaantage of each user having its own copy of the shell?
What is the use of finger command?
What are filter commands in unix?
What difference between cmp and diff commands?
What command is used to check the current users?
What is difference between grep and find command in unix?
What is the pipe command?
What is the use of sed command in unix?
What do chmod, chown, chgrp commands do?
Using unix command how to display no of records in oracle?
What command will change your prompt to myprompt?
How do I find previous commands in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?