Search code examples
windowsshellcat

Which Windows Shell command will print a file content on the standard output (like cat in Linux)?


Which Windows Shell command will print a file content on the standard output (like cat in Linux) ?

With Google, Stackoverflow, etc, I just could not find a solution, but I am sure, there is an easy one.


Solution

  • The command is: type <filename>

    However, if you want to Unix-fy your Windows shell there are Win32 ports of most of the command Unix style commands.