Skip to content

Commit

Permalink
update bash file links
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Feb 19, 2024
1 parent 4fe7d2f commit efe6b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions technology_and_tooling/bash_shell/02-filedir.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ Let's first get hold of some example files we can explore. First, download the e
If on WSL or Linux (e.g. Ubuntu or the Ubuntu VM), then do:

~~~bash
$ wget https://www.uhpc-training.co.uk/material/technology_and_tooling/bash_shell/shell-novice.zip
$ wget https://train.oxrse.uk/material/HPCu/technology_and_tooling/bash_shell/shell-novice.zip
~~~

Or, if on a Mac, do:

~~~bash
$ curl -O https://www.uhpc-training.co.uk/material/technology_and_tooling/bash_shell/shell-novice.zip
$ curl -O https://train.oxrse.uk/material/HPCu/technology_and_tooling/bash_shell/shell-novice.zip
~~~

Once done, you can unzip this file using the `unzip` command in Bash, which will unpack all the files
Expand Down

0 comments on commit efe6b93

Please sign in to comment.