sed xargs 이용해서 파일 이름 일부분 변경하기

· 2012-04-26 (목) 23:38:05 · 2872
 
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
 
 
 
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
12-09-05 조회 7,321
12-08-31 조회 5,733
12-08-30 조회 6,502
12-08-22 조회 1.2만
12-08-09 조회 5,368
12-08-02 조회 3,557
12-07-30 조회 3,905
12-07-15 조회 3,429
12-07-10 조회 3,382
12-07-06 조회 3,344
12-07-06 조회 3,223
12-07-03 조회 3,918
12-07-03 조회 3,408
12-07-02 조회 3,288
12-06-25 조회 3,750
12-06-20 조회 3,122
12-06-15 조회 3,591
12-06-14 조회 2,954
12-06-08 조회 3,786
12-06-07 조회 3,768
12-06-05 조회 5,630
12-06-05 조회 3,247
12-06-04 조회 3,637
12-06-01 조회 3,939
12-06-01 조회 4,587
12-06-01 조회 3,543
12-05-30 조회 3,047
12-05-28 조회 3,044
12-05-23 조회 3,129
12-05-18 조회 3,076
12-05-16 조회 3,122
12-05-16 조회 3,013
12-05-16 조회 4,376
12-05-16 조회 2,916
12-05-16 조회 2,909
12-05-16 조회 3,230
12-05-16 조회 2,993
12-05-16 조회 2,848
12-05-15 조회 3,112
12-05-15 조회 2,684
12-05-15 조회 3,049
12-05-15 조회 3,490
12-05-15 조회 3,192
12-05-15 조회 2,589
12-05-14 조회 2,642
12-05-14 조회 2,805
12-05-14 조회 2,703
12-05-14 조회 3,061
12-05-14 조회 2,764
12-05-11 조회 3,189
12-05-11 조회 2,723
12-05-11 조회 2,589
12-05-11 조회 2,718
12-05-11 조회 3,171
12-05-11 조회 2,475
12-05-10 조회 3,877
12-05-10 조회 2,729
12-05-10 조회 2,665
12-05-10 조회 2,804
12-05-10 조회 4,421
12-05-10 조회 2,453
12-05-10 조회 2,565
12-05-10 조회 2,408
12-05-10 조회 2,664
12-05-10 조회 3,122
12-05-10 조회 3,394
12-05-10 조회 2,627
12-05-10 조회 2,748
12-05-10 조회 3,219
12-05-10 조회 2,685
12-05-08 조회 2,880
12-05-08 조회 2,823
12-05-08 조회 2,845
12-05-08 조회 3,229
12-05-08 조회 4,384
12-05-03 조회 2,712
12-05-03 조회 2,887
12-05-03 조회 2,648
12-05-03 조회 3,719
12-05-03 조회 2,681
12-05-02 조회 2,709
12-04-27 조회 2,700
12-04-27 조회 2,775
12-04-27 조회 2,702
12-04-26 조회 2,667
12-04-26 조회 2,933
12-04-26 조회 2,975
12-04-26 조회 2,650
12-04-26 조회 2,975
12-04-26 조회 3,575
12-04-26 조회 2,817
12-04-26 조회 3,525
12-04-26 조회 2,592
12-04-26 조회 2,873
12-04-26 조회 2,655
12-04-26 조회 2,895
12-04-26 조회 2,657
12-04-26 조회 3,029
12-04-26 조회 3,080
12-04-26 조회 2,916