Many Linux distributions have a bulk rename utility to rename many files at once. It’s simply named rename and is a Perl program. You can use it like a command (but it isn’t a command). The syntax of rename is very simple: rename [-v] [-n] [-f] perlexpr [filenames] where
Send e-mails from command line on Linux is very useful for many reasons, ffor example to receive results or logs from your scheduled scripts like virus scan, check free space on the hard disk, backup, … or maybe for manage some kind of alert when happen an event. To do it you can use the …