Mounting NFS Shares on Mac OS X
I’ve recently decided to give Mac OS X a try. For the past week or so I’ve been spending a good few hours a …
I’ve recently decided to give Mac OS X a try. For the past week or so I’ve been spending a good few hours a …
Although I’ve already shown you how to sum numbers up in bash, I only covered the bash way of doing it. I really …
One of the really useful features almost every Unix shell has is support for command aliases – a way to run a command or …
If you’re ever thought of summing up more than two numbers in shell script, perhaps this basic post will be a good …
Today I was working on a script, and one of the subroutines needed simple seconds-based arithmetics with time. As you …
Today I’d like to expand a bit more on the basic calculations in Unix scripts.
If you’re just getting started with your Unix scripting or new to Unix shell, today’s little tip will make …
I’m finally back from my holidays and thrilled to be sharing next of my Unix tips with you!
Today I’d like …
As I was writing the Time and date in Unix scripts post last week, I’ve realized that there’s one really …
If you have followed this blog for a while, you should remember how to use variables in Unix shell scripts.
Going …