System/OS
2014.03.11 11:41

[linux] split 명령어

Views 4305 Votes 0 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
1. 기능
텍스트 파일을 여러 조각으로 나눈다.

2. 사용법
split [option] [input]
파일을 나누게 되면 파일의 이름은 xaa, xab, xac 형식으로 만들어 진다.
이름을 지정할 경우 x 대신 지정한 글자가 들어간다.

3. 옵션 설명
-b N : N byte 만큼씩 파일을 분할한다.
-l : 라인의 개수만큼씩 파일을 분할한다.

4. 사용예
[root@ls ]# split -l 10 anaconda-ks.cfg
> anaconda-ks.cfg 파일을 10개의 라인씩 묶어 여러 개의 파일로 나눈다.

[root@ls ]# split -b 500 anaconda-ks.cfg
> anaconda-ks.cfg파일을 500byte씩 묶어서 여러 개의 파일로 나눈다.

[root@ls ]# split -b 300 _d test anaconda-ks.cfg
> anaconda-ks.cfg 파일을 300byte씩 묶어서 여러 개의 파일로 나눈다.
> 단 파일의 이름은 test이름을 넣는다.
?

List of Articles
No. Category Subject Author Date Views
10 System/OS [linux] wget 명령 사용 예제 hooni 2020.05.26 1434
9 System/OS [mac] VirtualBox 실행 스크립트와 bash_profile 설정 file hooni 2020.07.08 955
8 System/OS How to Install and Use wget on Mac file hooni 2020.09.03 1277
7 System/OS Apache CORS 설정 1 hooni 2020.09.04 2711
6 System/OS [펌] 마이크로서비스, 모노리포, SRE, ... 덮어놓고 구글 따라하면 안 되는 기술들 file hooni 2020.10.15 943
5 System/OS [apache2] Redirect HTTP to HTTPS file hooni 2022.02.03 680
4 System/OS 개인적으로 쓰고 있는 zshrc 파일 hooni 2022.02.25 824
3 System/OS 맥에서 포트 확인하고 닫기 (mac) hooni 2022.03.22 890
2 System/OS [macos] How to Fix ‘You Shut Down Your Computer Because of a Problem’ file hooni 2022.06.01 786
1 System/OS 네트워크 용어 정리 file hooni 2022.11.20 1312
Board Pagination Prev 1 ... 9 10 11 12 13 Next
/ 13