My Best Friend Linux
.jpg)
Today I was setting up a cron job and suddenly realized - Linux has been such a good friend to me all these years and I never recognized this fact. This post is how Linux has stood by my side silently and quietly helped me do difficult things easily, has never once failed me, is always there when I wanted, does not require me to pay, teaches me cool tips & tricks and is a joy to talk with - what else can you expect from your best friend. I will summarize some of the features I love linux for. 1. tail -f error.log I use tail command a lot. Only Textpad in windows world has something equivalent of it and that too is a little jerky and with large log files Textpad becomes slow. Tell me if there is a better alternative to Textpad and Notepad++ ( should I have to always manually reload in Notepad++?). 2. crontab Hats off to the geniuses behind crontab concept. Scheduling programs to run every minute to run on a particular day once a year - is so simple. Just by editing a text file you c...