Attaching a remote drive or directory on a Windows box is called “drive mapping” though the process is essentially the same as what we call mounting in the Unix world. While I rarely spend any ...
Do you find yourself rewriting scripts because it's easier than finding or modifying your old ones? Do you find yourself spending far too much time reworking scripts when you need to make what seems ...
Whenever you have worked out the perfect logic in the script you’re preparing, do one more thing. Take a reusable snapshot of the logic you’ve written and tested ...
Have you ever wanted to read a file one line at a time in a shell script and found the task to be a lot more trouble than you ever imagined? If you use a “for line ...
Here at work we use an old SCO UNIX system for some of the day to day operations. To make my role as desktop support a little faster I was hoping to write a script that would kill all of the TTYs on ...