&& and || doesn't work together
Opened this issue · 0 comments
huhtasheikki commented
Doesn't return from the call
$> ls && ls -l || ls -1
Will this make a job a background process?
$> ls && echo hei
Opened this issue · 0 comments
Doesn't return from the call
$> ls && ls -l || ls -1
Will this make a job a background process?
$> ls && echo hei