watch
parent
35b0936813
commit
9fb6510388
|
@ -13,3 +13,7 @@ in `killall` the parameter `-1` is - differently to `kill` - NOT interpreted as
|
||||||
grep -irl
|
grep -irl
|
||||||
--
|
--
|
||||||
you'd normally expect, that `grep -irl` will find an expression to grep for at the desired location, but it does not, if symlinks are into play. Use `grep -iRl`instead.
|
you'd normally expect, that `grep -irl` will find an expression to grep for at the desired location, but it does not, if symlinks are into play. Use `grep -iRl`instead.
|
||||||
|
|
||||||
|
watch
|
||||||
|
--
|
||||||
|
`watch` on freeBSD is NOT the same thing as `watch` on Linux!
|
||||||
|
|
Loading…
Reference in New Issue