Linux Commands – cat

Linux Commands - cat Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed printf command in Linux which is used to format and print in standard output in Linux. https://cloudaffaire.com/linux-commands-printf/ In this blog post, we will discuss cat command in Linux. In Linux, cat command is used to copy file contents to standard output. If no file is given, cat command copies standard input to standard…

Comments Off on Linux Commands – cat