xi_, , , "& > " "/dev/null". , .
, "& > /dev/null", . , "& > /dev/null" - .
Welcome to Dana version 0.7
Now there is Dana AND ZOL
received command 'cat /etc/fstab'
p.wait() is 0
p.returncode is '0'
received command 'cat /etc/fstabb'
p.wait() is 1
p.returncode is '1'
received command 'cat /etc/fstab &> /dev/null'
p.wait() is 0
p.returncode is '0'
received command 'cat /etc/fstabb &> /dev/null'
p.wait() is 0
p.returncode is '0'
root@Ubuntu-14:~
root@Ubuntu-14:~
0
root@Ubuntu-14:~
root@Ubuntu-14:~
1
root@Ubuntu-14:~
"& > /dev/null" , STDERR. stderr = PIPE , . .
- , "& > /dev/null" Python , !