Upgrading Ubuntu With Do-Release-Upgrade
There comes a time (a couple of times a year, actually) when you may want to upgrade your Ubuntu distro (read here for …
There comes a time (a couple of times a year, actually) when you may want to upgrade your Ubuntu distro (read here for …
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 …
show disk size in Unix is a very popular request visitors use to arrive at my Unix Tutorial pages. Since I never …
If you’re ever thought of summing up more than two numbers in shell script, perhaps this basic post will be a good …
Hi all, today I’m going to teach you not one, but two really cool things in one post! First, I’ll introduce …
Today is going to be a practical tip. If you’re managing many Unix systems, sooner or later you come across files …
When I was writing a post about using date command to confirm date and time in your Unix scripts, I made a note in my …
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 …