Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Pages:
1-
Bash question
1
Name:
Anonymous
2013-04-20 14:23
Bash question: Why does
true || echo test
short-circuit, but
true || true && echo test
not?
2
Name:
Anonymous
2013-04-20 14:36
operator precedence. It thinks you entered (&& (|| true true) (echo test)) when you meant to enter (|| true (&& true (echo test)))
3
Name:
Anonymous
2013-04-20 14:41
>>2
thx
4
Name:
Anonymous
2013-04-20 16:46
wtf is this... stackoverflow? where's the jew/muslim bashing?
Don't change these.
Name:
Email:
Entire Thread
Thread List