Comment on TIL: Some surprising code execution sources in bashparentComments−usr11061yOk, need to read it again with more time.Myself I typically don't script in bash. Most of the extras like [[ are not needed, you can do everything in dash. Arrays are the only feature that comes to my mind where bash would be handy.−casey21yI can only assume you were down-voted for calling bloat like arrays useful.
Comments
Ok, need to read it again with more time.
Myself I typically don't script in bash. Most of the extras like [[ are not needed, you can do everything in dash. Arrays are the only feature that comes to my mind where bash would be handy.
I can only assume you were down-voted for calling bloat like arrays useful.