Tags: find
Aug
30
Searching for Files and Directories Using the find command
Linux, Solaris, Aix, HP-UX, Shell Script Send feedback »The find command recursively descends the directory tree in the path name list, looking for the files that match the search criteria. As the find command locates the files that match those criteria, the path to each file is displayed on the screen.… more »
May
19
Listing all the preocess ids: # /usr/bin/ps -ef | sed 1d | awk '{print $2}' Mapping the files to ports using the PID: # /usr/proc/bin/pfiles 2>/dev/null | /usr/xpg4/bin/grep or # /usr/bin/ps -o pid -o args -p | sed 1d Mapping the sockname to po… more »
Jul
03
Webmasters are always anxious to know the highest search keywords in order to optimize their websites for the same. Google & Yahoo both offer this information in public but by different smart ways.
Highest Searched Keywords in Yahoo :roll: If you… more »
Recent comments