ASAdvin Suryavanshiinadvinsuryavanshi.hashnode.dev·Aug 14, 2022 · 3 min readLinux CAT commandUses of cat command. cat(concatenate) is one of the most basic commands in Linux operation systems. every programmer should know about the cat command. It can be used for doing a lot of things as mentioned below. 1) Create a file The command is: ...00