mirror of https://github.com/CrimsonTome/tldr.git
Merge pull request #316 from lord63-forks/fix-pgrep
Fix pgrep: remove the nonexistent -i parameterwaldyrious/alt-syntax
commit
e857a60f6d
|
@ -6,10 +6,6 @@
|
||||||
|
|
||||||
`pgrep {{Finder}}`
|
`pgrep {{Finder}}`
|
||||||
|
|
||||||
- case insensitive greping
|
|
||||||
|
|
||||||
`pgrep -i {{fireFOx}}`
|
|
||||||
|
|
||||||
- search full command line with parameters instead of just the process name
|
- search full command line with parameters instead of just the process name
|
||||||
|
|
||||||
`pgrep -f "{{ssh root}}"`
|
`pgrep -f "{{ssh root}}"`
|
||||||
|
|
Loading…
Reference in New Issue