netstat -an|grep LIST
Posts under ‘Uncategorized’
find files on linux / unix
Calculate the index database of yur file sytem with: updatedb this may take some time for the first time. So just do the following command to search files. Supports wildcards: locate filename
kill a Windows process from the command line with taskkill
[tag]taskkill[/tag] usage To kill a process by name: taskkill /IM notepad.exe To kill a single instance of a process, specify its process id (PID). For example, if the desired process has a PID of 827, use the following command to kill it: taskkill /PID 853
ClearCase – Find view private files
In a VOB dir, cleartool> ls -recurse -view_only Technorati Tags: ClearCase
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Technorati Profile Testing the source code box: function hello_world(){ echo “hello world” }