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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.