2 Steps to Post a New Problem
DISCLAIMER: The content on the site has been submitted by the users. NibbleGuru.com has no responsibility other than in removing material from the website when we have been notified of a copyright violation. Notify
here.
Re: How to Display the Contents of a File in Unix
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.