Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I HATE BASH

Name: Anonymous 2012-11-01 10:18

It's so shit. Shittier than PHP by at least 10 orders of magnitude.

Link related, it's the nigger who wrote it:
http://en.wikipedia.org/wiki/Brian_Fox_(computer_programmer)

Name: Anonymous 2012-11-03 14:53

>>33
KSH93
─> ksh
$ variable="HAX      MY      ANUS"
$ echo $variable
HAX MY ANUS
$ exit


I fucking hate this ``feature''.

Name: Anonymous 2012-11-03 16:34

>>67
$ echo "$variable"

Name: Anonymous 2012-11-03 17:49

>>70
I know, but why does the common case require extra typing?

Name: Anonymous 2012-11-03 18:17

>>71

It's a byproduct of the shell tokenising input for you.

The alternative is for each command to do its own tokenisation, but then you'd have all sorts of bullshit like needing to escape different sets of charactors for cp and rm.

Name: Anonymous 2012-11-05 12:42

>>71
Sometimes you actually do need those whitespaces trimmed. Seems this is the least counter-intuitive way they could think of, or something...

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List