Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels