|
NAMEimv, icp - Rename or copy a file by editing the destination name using GNU readline.SYNOPSISimv [OPTION] FILE...icp [OPTION] FILE... DESCRIPTIONThis manual page document describes the icmd, imv, and icp commands.imv is a program to interactively rename a single file. It does this by allowing the file name to be edited inline with GNU readline. This is very similar to using mv(1) and editing the filename on the shell command-line, with one exception - the filename does not have to be typed twice. The imv program normally executes mv(1) to do the actual renaming. This can however be changed with the --command option. icp is identical to imv except that a file is copied with cp(1) instead. Both these commands are symbolic links to the icmd command. OPTIONSThese programs follow the usual GNU command line syntax, with long options starting with two dashes (`-').All options except those listed below are passed to either mv, cp or the command specified by --command.
EXAMPLESUsing imv as a Bash alias for mv:alias mv=imv --pass-through -i REPORTING BUGSReport bugs to <oskar@osk.mine.nu>.SEE ALSOmv(1), cp(1)AUTHORThe author of renameutils and this manual page is Oskar Liljeblad <oskar@osk.mine.nu>.COPYRIGHTCopyright © 2001, 2002, 2004, 2005, 2007, 2008 Oskar LiljebladThis is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Visit the GSP FreeBSD Man Page Interface. |