I called this script "readpartition" but you can call it anything you choose. The purpose of this script was to fill in a missing piece of the HP-UX 11.31 Itanium root disk mirroring procedure. The output of this script is designed to be the input...
Q: I need to sleep in my script for less than a second. How can this be done? A: While you might perform some calculation a million times, your script will run slow on older systems and too fast on new systems. perl is your...