putty view file comtents code example
Example: putty open file command
<!--- go to directory --->
cd dir
<!--- list files --->
ls -la
<!--- view file content --->
vi test.php
<!--- go to directory --->
cd dir
<!--- list files --->
ls -la
<!--- view file content --->
vi test.php