Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 467 Bytes

bulk-rename-files-with-regex.md

File metadata and controls

26 lines (23 loc) · 467 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
bulk-rename-files-with-regex
cli
public
2020-03-27 13:20:03 -0700
2020-03-27 13:20:03 -0700
false
20200327202003
false
false
regex
bash
rename
perl
Bulk Rename Regex Pattern
tech-note

Make sure you've installed the Perl rename tool: sudo dnf install prename.

prename --verbose 's/~\d{8}-\d{6}//;' *