UNIX Command Line: Printing from 1-100 using BASH for loop

UNIX Command Line: Printing from 1-100 using BASH for loop

瀏覽:985
日期:2025-06-13
This sounds very easy. But for me when I tried, I was in a confusion, as for me BASH for loop is of the form for i in 1 2 3 4 5 in that sense I had to write for i in 1 2 3 4 5 6 7 8 . . . . 100 (from 1 to 100, which is a very poor way!!), I never knew tha...看更多