Prepend multiple files with a pattern with the command line
For example:
$ for f in * ; do mv -- "$f" "PRE_$f" ;
will prepend all files in the current directory with PRE_
.
I use Bash because I have not figured how to prepend files with the utility rename.ul
, let me know if you do.
See also:
✍✍✍✍✍✍✍✍✍✍✍✍✍✍
I do self-funded research and I'm writing a book.
> What's the book about?
About technologies and epistemology.
Meaning, technologies can foster agency. No doubt. But I am also asking:
Can technologies make us blind?
I posted a summary of the prologue on the homepage: https://yctct.com/
✍✍✍✍✍✍✍✍✍✍✍✍✍✍
personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki bash text processing