News

I'm actually on a Mac, but for some reason I thought Bash script and went right for the Linux forum. I don't think Macs have chkconfig, but I could use launchd, or just add it to cron even.
Creating a script on a Unix or Linux system can be dead easy or surprisingly complex; it all depends on how much you’re trying to get the script to do. In this post, we look at scripting basics ...
Using RH7.0, I've set up a bash script called 'dlist' which is just an 'ls' with the '-s and -h' switches appended. This gives you your normal ls output ...
Learning to use write basic scripts with a language like Python or Bash can save you a lot of time on everything from organizing your files, editing text documents, and everything in between.
At times, we need to write shell scripts that are interactive and user executing them need to monitor the progress. For such requirements, we can implement a simple progress bar that gives an idea ...