Advertisement
ptkrisada

split

Jun 15th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. lim@sirius:~/tem% ls -ltr
  2. total 32
  3. -rw-r--r-- 1 lim wheel 30937 Jun 15 23:21 messages
  4. lim@sirius:~/tem% split -b 10k messages
  5. lim@sirius:~/tem% ls -ltr
  6. total 64
  7. -rw-r--r-- 1 lim wheel 30937 Jun 15 23:21 messages
  8. -rw-r--r-- 1 lim wheel 10240 Jun 15 23:59 xaa
  9. -rw-r--r-- 1 lim wheel 10240 Jun 15 23:59 xab
  10. -rw-r--r-- 1 lim wheel 10240 Jun 15 23:59 xac
  11. -rw-r--r-- 1 lim wheel 217 Jun 15 23:59 xad
  12. lim@sirius:~/tem%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement