Skip to content

Commit 8250761

Browse files
committed
markdown header fix
1 parent 1dd0b87 commit 8250761

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Downloading_ECCO_datasets_from_PODAAC/Tutorial_wget_Command_Line_HTTPS_Downloading_ECCO_Datasets_from_PODAAC.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ There are several ways that you could get the list of urls into a text file that
7676

7777
> **Note!** _As of 2021-06-25 the option "Download Script" also produces a functioning script for batch downloading._)
7878
79-
### Step 3: Download files in a batch with GNU *_wget_*
79+
## Step 4: Download files in a batch with GNU *_wget_*
8080

8181
I find *_wget_* options to be convenient and easy to remember. There are only a handful that I use with any regularity.
8282

@@ -85,10 +85,10 @@ The most important _wget_ option for our purpose is set by the `-i` argument, wh
8585
Go ahead and create a *data/* directory to keep the downloaded files, and then start the downloads into that location by including the `-P` argument:
8686

8787
```sh
88-
mkdir -p data
88+
$mkdir -p data
8989

90-
wget --no-verbose \
90+
$wget --no-verbose \
9191
--no-clobber \
9292
--continue \
9393
-i 5237392644-download.txt -P data/
94-
```
94+
```

0 commit comments

Comments
 (0)