Linux Lite Forums

Full Version: cat commands
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i want to open more than one file i just type: cat file1 file2 press Enter and the files appear one on top of the other. Is there a way to put a space between these files?  Thanks

 
Have used <(echo) like so, :~$ cat file1 <(echo) file2 and it does the job.
[member=6850]colin[/member]

You may find the links below helpful  ???
*Add* I see you found an option - these may have some benefit to you....

https://www.howtogeek.com/278599/how-to-...-in-linux/

https://serverfault.com/questions/172284...mong-files
Sorry about the delay but i really forgot to checkup on this post and to say a big thanks to firenice03 for the links.
(05-12-2017, 04:25 PM)colin link Wrote: [ -> ]Sorry about the delay but i really forgot to checkup on this post and to say a big thanks to firenice03 for the links.

;D ;D ;D

Glad it helped

;D ;D ;D