csukuangfj commited on
Commit
36545d8
·
1 Parent(s): 1b9b78a

update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -2,3 +2,13 @@
2
 
3
  Downloaded from
4
  http://www.speechhome.com/resources/1529658770177789952/document
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  Downloaded from
4
  http://www.speechhome.com/resources/1529658770177789952/document
5
+
6
+ ## Split
7
+ ```bash
8
+ split -b 3G ./TAL_CSASR.tar "TAL_CSASR.tar.part"
9
+ ```
10
+
11
+ ## Merge
12
+ ```bash
13
+ cat TAL_CSASR.tar.parta* > TAL_CSASR.tar
14
+ ```