Difference between revisions of "Counter"
Jump to navigation
Jump to search
(Created page with " == Bash == #!/bin/bash COUNTER=1 while [ Your != "done" ] do echo " $COUNTER " COUNTER=$[$COUNTER +1] done * {{Bash}}") |
|||
Line 9: | Line 9: | ||
done | done | ||
+ | |||
+ | == Related == | ||
+ | * [[Count]] | ||
* {{Bash}} | * {{Bash}} |
Latest revision as of 10:26, 3 May 2022
Bash[edit]
#!/bin/bash COUNTER=1 while [ Your != "done" ] do echo " $COUNTER " COUNTER=$[$COUNTER +1] done
Related[edit]
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: