ls * | sed -e 'p;s/foo/bar/' | xargs -n2 mv
sed [OPTION]
-e script, --expression=script
add the script to the commands to be executed
xargs [OPTION]
--max-args=max-args, -n max-args
Use at most max-args arguments per command line. Fewer than max-args arguments will be used if the size (see the -s option) is exceeded, unless
the -x option is given, in which case xargs will exit.
bulk rename files with sed, one-liner
Renames all files in a directory named foo to bar.
foobar1 gets renamed to barbar1
barfoo2 gets renamed to barbar2
fooobarfoo gets renamed to barobarfoo
[root@oracle test1]# ls
footest1 testfoo1
[root@oracle test1]# ls * | sed -e 'p;s/foo/bar/' | xargs -n2 mv
[root@oracle test1]# ls
bartest1 testbar1
[ref] http://www.commandlinefu.com/commands/view/8368/bulk-rename-files-with-sed-one-liner
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5727 |
잘살아보자
|
10년 전 | 478 | |
| 5726 | 10년 전 | 1050 | ||
| 5725 | 10년 전 | 1228 | ||
| 5724 | 10년 전 | 955 | ||
| 5723 |
잘살아보자
|
10년 전 | 430 | |
| 5722 |
잘살아보자
|
10년 전 | 404 | |
| 5721 |
잘살아보자
|
10년 전 | 387 | |
| 5720 |
잘살아보자
|
10년 전 | 378 | |
| 5719 |
잘살아보자
|
10년 전 | 457 | |
| 5718 |
잘살아보자
|
10년 전 | 578 | |
| 5717 |
잘살아보자
|
10년 전 | 830 | |
| 5716 |
잘살아보자
|
10년 전 | 359 | |
| 5715 |
starbros
|
10년 전 | 758 | |
| 5714 |
잘살아보자
|
10년 전 | 560 | |
| 5713 |
잘살아보자
|
10년 전 | 436 | |
| 5712 |
잘살아보자
|
10년 전 | 413 | |
| 5711 |
잘살아보자
|
10년 전 | 460 | |
| 5710 |
잘살아보자
|
10년 전 | 418 | |
| 5709 |
잘살아보자
|
10년 전 | 427 | |
| 5708 |
잘살아보자
|
10년 전 | 775 | |
| 5707 |
잘살아보자
|
10년 전 | 359 | |
| 5706 |
잘살아보자
|
10년 전 | 451 | |
| 5705 |
잘살아보자
|
10년 전 | 614 | |
| 5704 |
잘살아보자
|
10년 전 | 527 | |
| 5703 |
잘살아보자
|
10년 전 | 513 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기