Notes_EN

Shell script

How to rename files using script

Shell script Extract from 3rd to 5th characters of the file name Add prefix "P-" and suffix "-S" Batch file (For MS DOS) Ex. : Delete first two characters. (abcde.txt→cde.txt) Ex. : Add "prefix" at the beginning of a file name. (abc.txt→pr…