master
zeus 2021-06-27 19:53:04 +02:00
parent 35b0936813
commit 9fb6510388
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ in `killall` the parameter `-1` is - differently to `kill` - NOT interpreted as
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.
watch
--
`watch` on freeBSD is NOT the same thing as `watch` on Linux!