B
bashcommando
Guest
I have over 7000 files I got from a frame extraction in vlc. I want to get rid of all the zeros before the filenames and not get rid of the zeros after the... thing. Example:
000000100.png -> 1.png <- No
000000100.png -> 100.png <- Yes
How do I do this from the command line?
000000100.png -> 1.png <- No
000000100.png -> 100.png <- Yes
How do I do this from the command line?