Skip to main content
Updated to reflect suggestion in comments
Source Link
Zachary Brady
  • 4.3k
  • 2
  • 21
  • 40

You can use quotes on your source file

 mv "<oracle'<oracle path>data2.dbf"dbf' data2.dbf

You use quotes on your source file

 mv "<oracle path>data2.dbf" data2.dbf

You can use quotes on your source file

 mv '<oracle path>data2.dbf' data2.dbf
Source Link
Zachary Brady
  • 4.3k
  • 2
  • 21
  • 40

You use quotes on your source file

 mv "<oracle path>data2.dbf" data2.dbf