Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
pgrep [2013/02/21 14:44]
127.0.0.1 external edit
pgrep [2015/10/05 13:54]
steve
Line 7: Line 7:
 <​code>​ <​code>​
 pgrep -u user -l pgrep -u user -l
 +</​code>​
 +
 +== Match a pattern ==
 +
 +<​code>​
 +pgrep -f shell.sh
 +</​code>​
 +
 +== Display full command ==
 +
 +<​code>​
 +pgrep -f shell.sh -a
 </​code>​ </​code>​