Thanks Jeff tab worked great!
Jeff Schroeder wrote:
Mike asked:
So I'm pretty sure that our backup script is including a \r in the
filename. But how can I rename the file?
If you're using bash you can just type "mv online_md" and hit <tab>,
which will do filename completion. It will automatically include the
special character at the end (assuming you don't have other files
starting with "online_md"). Then type the new name and hit <enter>.
Another option, I believe, would be to use:
$ mv online_md* new_filename
I think the shell will expand the asterisk to pick up the correct
filename.
HTH,
Jeff
.===================================.
| This has been a P.L.U.G. mailing. |
| Don't Fear the Penguin. |
| IRC: #utah at irc.freenode.net |
`==================================='
.===================================.
| This has been a P.L.U.G. mailing. |
| Don't Fear the Penguin. |
| IRC: #utah at irc.freenode.net |
`==================================='