Tag Archives: cli

A Windows "whereis" Command

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. This one-liner (source): I found this batch script/command on ServerFault *I think*. Very cool little one-liner trick. @for %%e in … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Get Process CPU Usage Using WMI

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. Here’s a quick command line method for grabbing CPU usage of a process by process id, process name, or caption. … Continue reading

Posted in Windows | Tagged , , | 9 Comments

MySQL CLI Output Formatting Tips

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. I’m sure you’ve seen results similar to this on a standard query: Now, if you use the \G option (Send … Continue reading

Posted in Windows | Tagged , | Leave a comment

Openfiles Windows XP Professional Command

First of all, there are a few tools that I’ve used in the past to show me files that certain processes have opened up.  One such tool is Process Monitor by SysInternals.  Windows XP Professional comes with a command-line tool … Continue reading

Posted in Windows | Tagged , | Leave a comment

AIX/Unix Common Commands

AIX/Unix Commands free – lists available disk space dfdb – lists dbspaces on the system. use ifxksh to initialize the ifx environment first who -b – displays last date system was rebooted oslevel – lists the version of the operating … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment