How to Display the Contents of a File in Unix
Can you help me on how to display the contents of a file in unix.
Thanks in advance.
Use the cat command. At the terminal, use the command:
cat <path_to_file>
This will display the content of the file on the terminal. The path_to_file maybe the absolute path or the relative path.
Post new comment
2 Steps to Post a New Problem

