What would be the result of the command paste -s dog cat?



What would be the result of the command paste -s dog cat?..

Answer / Shashi Kumar

The `paste -s` command combines corresponding lines from each file, writing them on a single line. With your example, it will paste the contents of the files `dog` and `cat` together, line by line, with each pair of lines separated by a space.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

which command is used to see all the system configuration? like hardware, HDD, memory etc.

14 Answers   ADS, eClinicalWorks, NJN,


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

1 Answers  


How remove all files in a directory linux?

1 Answers  


How does case sensitivity affect the way you use commands?

1 Answers  


What does bash stand for?

1 Answers  


what do know about commands?

1 Answers   Ericsson,


You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?

1 Answers  


What is top command in linux?

1 Answers  


What is df -i command?

1 Answers  


How do I run a bash script in linux?

1 Answers  


How do I search bash history?

1 Answers  


What is command grouping?

1 Answers  


Categories