What is the difference between pipe and xargs?
Answer Posted / shh
xargs command
Build and execute command lines from standard input
find . -type f -mtime -1 -print | xargs ls
Pipe is a technique to use for joining two/more commands
(one command output as input to other command ..so on
| is a symobol for pipe)
ls -al | more
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is grep r?
Describe the zip/unzip command using gzip.
What command is used to check the current users?
What are some command words?
What is unix command?
What is the general format of unix command syntax?
Name the unix command to find how many days the server has been up.
How do I delete files from command prompt?
What is .sh file?
What does #!/ Bin sh do?
How do I search for text in vi?
Which unix command to make a new directory?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Who wrote grep?
What will the following command do?