51
rated 0 times
[
51]
[
0]
/ answers: 1 / hits: 69309
/ 2 Years ago, thu, october 28, 2021, 12:13:16
For about 200 files in a directory I would like to add the String 1_
to the beginning of all filenames.
The filenames are, for example, DATASET_X_Y_Z
and the result should be 1_DATASET_X_Y_Z
.
I don't know a thing about Shell scripting, but maybe there is a one liner for the terminal.
More From » command-line