mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 01:59:11 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/for
2
tldr/for
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Perform a command several times.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Looping-Constructs>.
|
||||
|
||||
- Iterate through command line arguments:
|
||||
- Iterate through command line parameters:
|
||||
|
||||
`for {{variable}}; do {{echo $variable}}; done`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user