Timeline for Rename all the files within a folder with prefix “Unix_”
Current License: CC BY-SA 3.0
        6 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 5, 2023 at 2:03 | comment | added | Serious Angel | @mcExchange , have you tried with --option? Normally, all standard utilities support the end of option processing option "double-dash". Just in case, there's alsokrename, andmrename. More withapt search renameif available, including repository source lists. | |
| Jun 14, 2020 at 13:09 | comment | added | mcExchange | this doesn't work for filenames starting with -which leads to the errorUnknown option:... | |
| Nov 12, 2013 at 23:03 | comment | added | mmoya | No need to capture, just replace the beggining-of-string: rename 's/^/Unix_/' *.pdf | |
| Jul 3, 2012 at 1:51 | comment | added | fromnaboo | rename 's/(.*)/Unix_$1/' *.pdf | |
| May 15, 2011 at 3:40 | comment | added | user unknown | ... and the pdf-File? :) | |
| May 14, 2011 at 5:21 | history | answered | dj_segfault | CC BY-SA 3.0 |