I‘ve over 1000′s of files starting with _ character as follows:
_file1.txt
_foo1.txt
_2424.txt
_bar10000.txt
How do I remove the first character from a file name:
file1.txt
foo1.txt
2424.txt
bar10000.txt
{ 6 comments }
I‘ve over 1000′s of files starting with _ character as follows:
_file1.txt
_foo1.txt
_2424.txt
_bar10000.txt
How do I remove the first character from a file name:
file1.txt
foo1.txt
2424.txt
bar10000.txt
{ 6 comments }