Cat Script Hot! 〈Tested & Working〉
Next time you type cat , remember: you aren't just reading a file; you are managing a data stream.
This grabs all files matching the pattern and streams them into a new file. This is the purest definition of concatenation. cat script
cat extract.sh cute_cat_image.jpg > self_extracting_script.run Next time you type cat , remember: you
This is where cat gets clever. In the world of Linux DevOps, it is common to create "shell archives" or installation scripts that contain both a script and binary data. Next time you type cat