Skip to content

Commit

Permalink
something new: 2023-11-06 19:19:53
Browse files Browse the repository at this point in the history
  • Loading branch information
pew committed Nov 6, 2023
1 parent 19f7e99 commit aa9ea99
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion man/rename.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
---
date created: Monday, November 6th 2023, 7:07:17 pm
date modified: Monday, November 6th 2023, 7:07:50 pm
date modified: Monday, November 6th 2023, 7:19:46 pm
tags:
- rename
---

# rename

## append / prepend numbered sequence

remove `-n` to actually do any renaming

```shell
rename -n -X -N 00001 -e 's/.*/$N/' *.jpg
```

## rename to lowercase

```shell
Expand Down

0 comments on commit aa9ea99

Please sign in to comment.