Conversation:
Notices
-
kat (boneidol)'s status on Tuesday, 02-Jul-2019 07:08:31 EDT kat
The argument order for `grep` is definitely wrong. I don't want to search for thing in file. I want to search file for thing -
kat (boneidol)'s status on Tuesday, 02-Jul-2019 08:46:13 EDT kat
one of the less useless uses of cat is
`cat file | grep thing` ... which fixes the argument order
-