Live data from Hacker News

Best xkcd

heavyconsulting.net

11–12 of 12 posts

Re: Best xkcd

#11
post #7

Earlier quoted context omitted.

It should really be ; instead of & though, otherwise the first failed install method will stop the rest of the script from executing

That's && & runs the thing in the background. So this is running all the commands in parallel.

You're completely right, sometimes I feel like Bash syntax is as impenetrable as regex.

Re: Best xkcd

#12
post #7

Earlier quoted context omitted.

That's && & runs the thing in the background. So this is running all the commands in parallel.

You're completely right, sometimes I feel like Bash syntax is as impenetrable as regex.

I found this interesting: https://wizardzines.com/zines/terminal/
Post reply on HN