Open milkyklim opened 6 years ago
Hello there!
When I try to run these 2 commands:
ps aux | grep -v grep | grep chainspace | awk '{print $2 $11}' ps aux | grep -v grep | grep chainspace | awk '{print $2 " " $11 " " $12 " " $13}'
ps aux | grep -v grep | grep chainspace | awk '{print $2 $11}'
ps aux | grep -v grep | grep chainspace | awk '{print $2 " " $11 " " $12 " " $13}'
what exactly should be the output? Because I don't see any processes running.
UPD: was running the code on the linux machine.
Hello there!
When I try to run these 2 commands:
ps aux | grep -v grep | grep chainspace | awk '{print $2 $11}'
ps aux | grep -v grep | grep chainspace | awk '{print $2 " " $11 " " $12 " " $13}'
what exactly should be the output? Because I don't see any processes running.
UPD: was running the code on the linux machine.