|
@@ -27,20 +27,20 @@ gin dowload
|
|
|
```
|
|
|
gin get-content filePath/fileName
|
|
|
```
|
|
|
-1. **Examples**
|
|
|
+5. Examples
|
|
|
|
|
|
-a.) Downloading a single file:
|
|
|
+* Downloading a single file:
|
|
|
|
|
|
```
|
|
|
gin get-content allSingleUnits.nwb
|
|
|
gin get-content Rat01/Insertion1/Depth1/Rat01_Insertion1_Depth1.nwb
|
|
|
```
|
|
|
-b.) Downloading all files located in a particular directory:
|
|
|
+* Downloading all files located in a particular directory:
|
|
|
```
|
|
|
gin get-content Rat01
|
|
|
```
|
|
|
|
|
|
-c.) Or you may download the contents of all files by using the command with no arguments:
|
|
|
+* Or you may download the contents of all files by using the command with no arguments:
|
|
|
|
|
|
```
|
|
|
gin get-content
|