What is the difference between pipe and xargs?
Answer Posted / amit kumar pradhan
Pipe is used to connect between two command
Xargs redirect the output of second command to the first one
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is the comma to show the space allocation of files?
Differentiate cmp command from diff command.
What is difference between grep and find command in unix?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the general format of unix command syntax?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How to find $ai_serual resolved path by using unix
What is pipe command in unix?
What are the general commands in using unix os for a beginner?
How does the system know where one command ends and another begins?
How do I clear my terminal history?
How do I run a bash script?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I search a whole word in vim?
What does grep v do?