Showing posts with label Fun with Putty. Show all posts
Showing posts with label Fun with Putty. Show all posts

Thursday, May 28, 2015

How to start VNC on Server and Use the Session on Desktop

How to Start VNC on Server and Use the Session on Desktop

Friday, September 13, 2013

How to get file versions with Putty

Command Name: “STRINGS”

Syntax: strings –a <file_name> | grep '$Header'


Practical Example: strings -a CSTVIVTB.pls |  grep '$Header'

".pls" file exists on the corresponding tops
example:  cd $AP_TOP/patch/115/sql

How to find a file through Putty

Command Name: “FIND”

Syntax: find <path> -name  <file_name>


Practical Example: find /ap02/applprep/PREP/apps/apps_st/appl -name CSTPAPEB.pls