command to open file in putty 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