Skip to content

Commit

Permalink
Dubbele slide verwijderd
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvv committed Oct 18, 2023
1 parent 53376fe commit 03aa546
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions 04-scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,6 @@ for arg in "${@}"; do
done
```

## Itereren over de lijnen van een bestand

```bash
while read -r line; do
printf "${line}\n"
done < input_file.txt
```

## Let op! Een lus is niet altijd nodig!

Find is zelf een "lus", dus `| while` is overbodig
Expand Down

0 comments on commit 03aa546

Please sign in to comment.