Bruno Simoes wrote: > > Hi all > Does somebody know if there's some command to *rename* either a file or > directory in Linux. I don't want to move them to another files/dirs. > Thank you > Bruno
(Hmmm, I smell DOS.) The command: mv old new won't do what you want? (Make sure "new" doesn't already exist.) If you keep in mind that directories *are* files (just special ones containing the name of its files and sub dirs) renaming and moving become the same thing (for either files or directories) and the mv command will probably do what you expect. HTH, Keith -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .