alibabasglab
commited on
Commit
•
da6bd90
1
Parent(s):
bee89d5
Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,12 @@
|
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
4 |
|
|
|
|
|
5 |
``` sh
|
6 |
cat orig* > orig.tar
|
7 |
tar -xvf orig.tar
|
|
|
8 |
cat audio_clean* > audio_clean.tar
|
9 |
tar -xvf audio_clean.tar
|
10 |
```
|
|
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
4 |
|
5 |
+
# Usage
|
6 |
+
|
7 |
``` sh
|
8 |
cat orig* > orig.tar
|
9 |
tar -xvf orig.tar
|
10 |
+
|
11 |
cat audio_clean* > audio_clean.tar
|
12 |
tar -xvf audio_clean.tar
|
13 |
```
|