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 is sed awk grep?
What is awk good for?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the difference between awk and grep?
What is the significance of the 'tee' command?
How can you see the command line history?
Are you in or at the office?
What are awk commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does #!/ Bin sh do?
How do I search for text in vi?
What does grep v do?
What is the command to compare two files in unix?
Why is it called a shebang?
Which command is used to copy files?