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
What difference between cmp and diff commands?
What is the difference between cat command and more command?
What is the use of sed command in unix?
What is the use of cut command in unix?
What is “chmod” command?
What is the use of find command in unix?
Differentiate cmp command from diff command.
Which command should you use to find the remaining disk space in unix server?
How does pipe () work?
How do you grep recursively?
What is difference between grep and find command in unix?
What is awk command used for?
What is unix command?
What are some command words?
Give the command for finding the current date.