(no title)
no_time | 6 months ago
I know you can do a for loop as a one liner but I somehow never get it right the first time and turns out to be a bit of a PIA.
no_time | 6 months ago
I know you can do a for loop as a one liner but I somehow never get it right the first time and turns out to be a bit of a PIA.
Forgret|6 months ago
for i in {1..5}; do echo $i; done