You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just expect -k on ["a","b","c"] to output:
0
1
2
instead of error... it will make loops in bash easy... now i have to get "3" using -l, subtract 1 to get 2 and use "seq 0 2" to drive for loop properly...
Thx
The text was updated successfully, but these errors were encountered:
Hi...
I just expect -k on ["a","b","c"] to output:
0
1
2
instead of error... it will make loops in bash easy... now i have to get "3" using -l, subtract 1 to get 2 and use "seq 0 2" to drive for loop properly...
Thx
The text was updated successfully, but these errors were encountered: