For some reason I wanted to highlight some lines during a rsync(1) session, those lines indicating that a file is going to be deleted. Doing the following command right on the command line didn't work:
It's not something which you see on first sight, but nano does support syntax highlighting. Have a look in /usr/share/nano and there you'll see some files which define rules for syntax highlighting. Now, to enable C highlighting in nano, edit your ~/.nanorc file and append the following line:
The attached shell script automatically runs cron.php for each site on a multisite Drupal installation. Eventually, put this script in a crontab in order to update all sites on a hourly/daily basis.
Make sure to modify the $DRUPALS variable to your situation.