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
How do I open a port?
How does shebang work?
How does pipe () work?
Explain ‘library functions’ with respect to unix commands?
What is ‘ps’ command for?
Differentiate cat command from more command.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does the “echo” command do?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do I delete files from command prompt?
How do I use grep to find a file?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Describe the zip/unzip command using gzip.
How do I run a whois command?
Differentiate cmp command from diff command.