# of CPUs + details:
vi /proc/cpuinfo
Oracle DBA and beyond; these are practical tips for day to day DBA operation and maintenance; a place where you would come to look for a quick fix for a burning situation. I hope that by sharing all these, we all will become better in what we do. And on the way, I hope to save you some sweat :-)
Monday, 19 October 2015
How to pause UNIX script and wait until we press ?
Sometimes the above scenario makes sense, we want to check some log files before proceeding with the next step.
The solution is to use:
"read -p"
More details in the above nice blog entry:
http://www.cyberciti.biz/tips/linux-unix-pause-command.html
The solution is to use:
"read -p"
More details in the above nice blog entry:
http://www.cyberciti.biz/tips/linux-unix-pause-command.html
Subscribe to:
Posts (Atom)