Skip to main content
5 events
when toggle format what by license comment
Jan 17, 2016 at 14:28 comment added Tino @tripleee You are right, it was introduced in bash-2.05b - however that's the oldest bash I was able to find on my systems
Jan 16, 2016 at 12:28 comment added tripleee @Tino The here string is also not portable back to really old versions of Bash; I believe it was introduced in v3.
Jan 16, 2016 at 12:26 history edited tripleee CC BY-SA 3.0
Add proper quoting
Dec 11, 2015 at 16:23 comment added Tino No need for echo and pipes: use $(tr '[:upper:]' '[:lower:]' <<<"$VARIABLE")
Aug 21, 2013 at 16:36 history answered 9ete CC BY-SA 3.0