👉 Read more tailscale.com/blog/5-thing...
🗒️ Full rules here - tailscale.com/blog/5-thing...
👉 Read more tailscale.com/blog/5-thing...
🗒️ Full rules here - tailscale.com/blog/5-thing...
Linux
-Q in
-Q out
BSD
-D in
-D out
utcc.utoronto.ca/~cks/space/b...
Linux
-Q in
-Q out
BSD
-D in
-D out
utcc.utoronto.ca/~cks/space/b...
git diff --no-index dirA dirB
dirA and dirB are not git repositories.
git diff --no-index dirA dirB
dirA and dirB are not git repositories.
memcpy(NULL, NULL, 0);
memcmp(NULL, NULL, 0);
(int *)NULL + 0;
(int *)NULL - 0;
(int *)NULL - (int *)NULL;
from
developers.redhat.com/articles/202...
memcpy(NULL, NULL, 0);
memcmp(NULL, NULL, 0);
(int *)NULL + 0;
(int *)NULL - 0;
(int *)NULL - (int *)NULL;
from
developers.redhat.com/articles/202...
ag $patter $path | tee results.txt
scratch my head for results not appearing for a long time (buffered)
stdbuf -o0 ag $patter $path | tee results.txt
see the output as ag finds them
ag $patter $path | tee results.txt
scratch my head for results not appearing for a long time (buffered)
stdbuf -o0 ag $patter $path | tee results.txt
see the output as ag finds them