Search This Blog

Tuesday, May 24, 2016

Linux: copy multiple files without asking overwrite confirmation

Linux: copy multiple files without asking overwrite confirmation

To always overwrite without prompt use a backslash:
$ \cp *.jpg ../

Linux: how to rename multiple files at once

Linux: how to rename multiple files at once

Very easy:

rename from to files...
rename JPG jpg *.JPG