If you have installed moreutils (see below), you can type vidir toopen up the current working directory in your $EDITOR. You can use allthe power of your editor to edit and/or delete filenames anddirectories. Editing a line will rename the file or directory, deletinga line will remove the file or directory. The following will list all your JPEG pictures in the current directoryin your editor: $ vidir *.jpeg vidir is not recursive by default: if you want to recursively editfilenames, you can d...