I am trying to rename a file with a name that contains the "/" character. Example:
mv product.dat product/2012.dat
Is this possible in Unix?
|
|
A
|
|||
|
|
|
I don't know any Unix with a filesystem that supports a |
|||||||||
|
|
Are you saying you want to remove the '/' or add it? To remove it (however the heck it got there), use single quotes. If you are trying to add it, then no, you cannot and should not. |
||||
|
|