adspace
What would be the result of the command paste -s dog cat?
Answer Posted / 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 View All Answers