News

The mv command is handy when you want to change location and rename the folder or file simultaneously. How do you rename files in reverse order?
Say I had a script to take on-line backups of a database (in my case Citrix data store in Access format) and I wanted to script the renaming of the file to include the current date (and possibly ...
My usual strategy for dealing with oddly named files is to list the file’s inode number. After that, I can use the inode number in a file command to remove the file or give it a more well ...