News

She lives in the mountains in Virginia where, when not working with or writing about Unix, she's chasing the bears away from her bird feeders. Tune into her 2-Minute Linux video tutorials and take ...
Bash scripting commands are as varied as the command set that Unix's terminal has. Bash commands can also use parameters, expanding their usability and making them a powerful way of controlling Linux.
The steps described above are manifest in the following six commands: $ mkdir scripts $ cd scripts $ touch script.sh $ echo 'echo hello-world' >> script.sh $ chmod -R 777 . $ ./script.sh hello-world ...
Everything needed to use the same script with Linux and all varieties of UNIX is present: Linux, Solaris, AIX and HP-UX have one subsection each. The first chapter is a quick tutorial of shell ...
The awk command is incredibly useful, and you will be surprised at just how powerful and transformative it will make your scripts. Here's how to get started using it.
I've tried Google, I've tried the search, and I can't find anything good on shell scripting in Windows NT/2000/XP. (Plenty on WSH scripting, but that's not what I want.)I'm trying to set up a ...
Put all the commands you need for extracting from archives in a script and you'll never find yourself scrambling for the right syntax ...
Mac OS X provides rich scripting and automation tools that can simplify everyday tasks—if you know how to use them. The roster includes the venerable command line, the graphical Automator ...
Cron is nice and all, but don't forget about its cousin at. When I first started using Linux, it was like being tossed into the deep end of the UNIX pool. You were expected to use the command line ...