[PLUG] Removing initial characters from all file names in directory [REALLY SOLVED]

Rich Shepard rshepard at appl-ecosys.com
Fri Feb 8 21:34:35 UTC 2019


On Fri, 8 Feb 2019, Russell Senior wrote:

> You ought to be able to figure out what's wrong and correct it. Retry
> until it does look right *before* you remove the "echo".

Russell,

For the record, the working script is:
for i in BMRR_* ; do mv $i ${i##BMRR_} ; done

Best regards,

Rich



More information about the PLUG mailing list