I’ve already written a small tutorial about finding out if a file exists or not under Linux / UNIX bash shell. However, couple of our regular readers like to know more about a directory checking using if and test shell command.
{ 3 comments }
I’ve already written a small tutorial about finding out if a file exists or not under Linux / UNIX bash shell. However, couple of our regular readers like to know more about a directory checking using if and test shell command.
{ 3 comments }
Korn shell scripting is something all UNIX users should learn how to use. This article will teach you to write your own Korn shells scripts.
{ 0 comments }
This is 3rd and the final installment for Urchin 6 web analytics software series. Once Urchin is installed, you need to configure tracking on your website. You need to install Urchin sensors – a small piece of javascript tracking code on each of your website’s pages.
{ 6 comments }
Shell scripting is fun. It is useful to create nice (perhaps ugly) things (read as solutions) in shell scripting. Now Windows got Powershell. But how does PowerShell measure up to traditional shells like Bash?
{ 1 comment }
Describes how to deal with high disk I/O generating scripts or programs using ionice and CFQ scheduling class under Linux.
{ 9 comments }