°Ô½Ã¹° 1,358°Ç
   
file aplit and merge
±Û¾´ÀÌ : ÃÖ°í°ü¸®ÀÚ ³¯Â¥ : 2017-01-02 (¿ù) 10:03 Á¶È¸ : 2572
±ÛÁÖ¼Ò :
                                
split [option] filename prefix

# ls -lh /bin/grep 
-rwxr-xr-x 1 root root 207K  4¿ù 29  2016 /bin/grep


ÆÄÀÏ ÀÚ¸£±â 
# split --byte=10k /bin/grep /tmp/prefix
# ls -l /tmp/prefix*
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixaa
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixab
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixac
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixad
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixae
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixaf
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixag
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixah
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixai
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixaj
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixak
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixal
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixam
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixan
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixao
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixap
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixaq
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixar
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixas
-rw-r--r-- 1 root root 10240  1¿ù  2 09:59 /tmp/prefixat
-rw-r--r-- 1 root root  6424  1¿ù  2 09:59 /tmp/prefixau


ÆÄÀÏ ÇÕÄ¡±â 
# cat /tmp/prefix* > /tmp/mygrep
# ls -l /tmp/mygrep 
-rw-r--r-- 1 root root 211224  1¿ù  2 10:00 /tmp/mygrep


md5sum À¸·Î ÆÄÀÏ ¹«°á¼ºÃ¼Å© 
# md5sum /bin/grep 
fc9b0a0ff848b35b3716768695bf2427  /bin/grep

# md5sum /tmp/mygrep 
fc9b0a0ff848b35b3716768695bf2427  /tmp/mygrep


À̸§ Æнº¿öµå
ºñ¹Ð±Û (üũÇÏ¸é ±Û¾´À̸¸ ³»¿ëÀ» È®ÀÎÇÒ ¼ö ÀÖ½À´Ï´Ù.)
¿ÞÂÊÀÇ ±ÛÀÚ¸¦ ÀÔ·ÂÇϼ¼¿ä.
   

 



 
»çÀÌÆ®¸í : ¸ðÁö¸®³× | ´ëÇ¥ : ÀÌ°æÇö | °³ÀÎÄ¿¹Â´ÏƼ : ·©Å°´åÄÄ ¿î¿µÃ¼Á¦(OS) | °æ±âµµ ¼º³²½Ã ºÐ´ç±¸ | ÀüÀÚ¿ìÆí : mojily°ñ¹ðÀÌchonnom.com Copyright ¨Ï www.chonnom.com www.kyunghyun.net www.mojily.net. All rights reserved.