On Jun 15, 2017, at 1:55 AM, Stephan Beal <[email protected]> wrote: > > i had no idea bash can do ranges like that!
[snip] > That would have saved me lots of typing in the past :/. When on a system without Bash or when writing a script that must be portable to such systems, there’s seq(1) if you only want numbers. Unlike Bash sequences, seq(1) can do floating-point sequences, but Bash can do letter sequences which seq(1) cannot. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

