Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
## Combine the split files into a single file named '
|
| 2 |
|
| 3 |
|
| 4 |
```python
|
|
@@ -15,5 +15,5 @@ def combine_files(input_prefix, num_parts, output_file):
|
|
| 15 |
os.remove(part_file)
|
| 16 |
|
| 17 |
|
| 18 |
-
combine_files('
|
| 19 |
```
|
|
|
|
| 1 |
+
## Combine the split files into a single file named 'OLtest.db.gzip'
|
| 2 |
|
| 3 |
|
| 4 |
```python
|
|
|
|
| 15 |
os.remove(part_file)
|
| 16 |
|
| 17 |
|
| 18 |
+
combine_files('OLtest_part', 2, 'OLtest.db.gzip')
|
| 19 |
```
|