From 9fb6510388a0b33946a111f4c0b51e7963ba57f2 Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 27 Jun 2021 19:53:04 +0200 Subject: [PATCH] watch --- falsefriends.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/falsefriends.md b/falsefriends.md index 54e3035..a7b31bd 100644 --- a/falsefriends.md +++ b/falsefriends.md @@ -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!