I'm new to Git and Linux/Bash. I have Git Bash installed on Windows 10. How do I rename a file using an absolute path?
For instance the Windows folder path is:
D:\GitHub\Datsville\datsville_inlined
The old file name is:
datsville_rev493_inlined_n_boxed_f.xmpd
The new file name is:
datsville_sf_rev493_inlined_n_boxed_f.xmpd
Bonus: How do I put multiple such commands in a script file? Thanks.