Skip to content

Commit

Permalink
Merge pull request #311 from NLeSC/fix-broken-bash-links
Browse files Browse the repository at this point in the history
Fix broken links in bash chapter
  • Loading branch information
egpbos authored Nov 7, 2023
2 parents 5dc9014 + 2a34fe2 commit 7541370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions best_practices/language_guides/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Here we list the most commonly used Bash tools that are built to manipulate
The nice thing about these tools is that you can combine them by streaming the
output of one tool to become the input of the next tool.
Have a look at the
[tutorial](https://swcarpentry.github.io/shell-novice/04-pipefilter/index.html)
[tutorial](https://swcarpentry.github.io/shell-novice/04-pipefilter.html)
for an introduction.
This can be done by creating
[pipelines](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Pipelines)
Expand Down Expand Up @@ -164,7 +164,7 @@ This will bring you all the advantages of a fully-fledged programming language
recommended programming language at the Netherlands eScience Center.
If you do not mind having an extra dependency and would like to use the features
and commands available in the shell from Python, the
[sh](https://amoffat.github.io/sh/) library is a nice option.
[sh](https://sh.readthedocs.io) library is a nice option.

Disclaimer: if you are an experienced Bash developer, there might be situations
where using a Bash script solves your problem faster or in a more portable way
Expand Down

0 comments on commit 7541370

Please sign in to comment.