Bash Pitfalls
bash.cumulonim.biz
Bash Pitfalls
1–10 of 55 posts
Re: Bash Pitfalls
#2Re: Bash Pitfalls
#3I have a mirror of this site. wooledge.org runs off of greycat's (#bash on freenode) home DSL connection: http://bash.cumulonim.biz/BashPitfalls.html
Re: Bash Pitfalls
#4Re: Bash Pitfalls
#5I have a mirror of this site. wooledge.org runs off of greycat's (#bash on freenode) home DSL connection: http://bash.cumulonim.biz/BashPitfalls.html
Re: Bash Pitfalls
#6I have a mirror of this site. wooledge.org runs off of greycat's (#bash on freenode) home DSL connection: http://bash.cumulonim.biz/BashPitfalls.html
Thanks. I don't understand why people submit links with content that can't be accessed by more than a few users simultaneously.
Re: Bash Pitfalls
#7(I suspect PowerShell would be a good environment to take design cues from or even port, but I've never used it so I can't say for sure.)
Re: Bash Pitfalls
#8http://bash.cumulonim.biz/BashPitfalls.html is a mirror, see mlacitation's comment.
Re: Bash Pitfalls
#9I have a mirror of this site. wooledge.org runs off of greycat's (#bash on freenode) home DSL connection: http://bash.cumulonim.biz/BashPitfalls.html
Thanks. I don't understand why people submit links with content that can't be accessed by more than a few users simultaneously.
Re: Bash Pitfalls
#10There's many problems with it, but the only one I've run into that keeps it from being more useful is that there are no multi dimensional arrays built-in. There are super hacky ways I have seen them implemented, but by default it's something I basically never am able to turn to when scripting in bash and have to turn to other languages, even when the particular task I was working with would be mostly simpler in bash.
That said, there are associative arrays in bash these days.