reference icon indicating copy to clipboard operation
reference copied to clipboard

Cheatsheet request: please add bash loop

Open tagd-tagd opened this issue 1 year ago • 0 comments

i=5 while ((i--));do echo $i done

tagd-tagd avatar Aug 22 '24 20:08 tagd-tagd