Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15819 > unrolled thread

Code addition to BASH

Started byWilliam Theisen <William.T.Theisen.2@nd.edu>
First post2020-01-21 14:01 -0500
Last post2020-01-21 14:01 -0500
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Code addition to BASH William Theisen <William.T.Theisen.2@nd.edu> - 2020-01-21 14:01 -0500

#15819 — Code addition to BASH

FromWilliam Theisen <William.T.Theisen.2@nd.edu>
Date2020-01-21 14:01 -0500
SubjectCode addition to BASH
Message-ID<mailman.3162.1579633315.1979.bug-bash@gnu.org>
Running BASH version 5.0 on ubuntu 18.04

Hi I've recently made a code change to my local version of bash that I find
quite useful as a QOL update for scripters. I've added an environmental
variable called ITERMAX that allows me to see the size of the iterable
being used in the for loop. This means I can display progress bars and the
like similar to TQDM in python. Is this something that I could make a PR
for or is adding new shell variables considered taboo and to be avoided.
Thanks for your time.

Regards,
William Theisen

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web