Conversation
Notices
-
kat (boneidol@indy.im)'s status on Tuesday, 02-Jul-2019 11:08:31 UTC 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@indy.im)'s status on Tuesday, 02-Jul-2019 12:46:13 UTC kat one of the less useless uses of cat is
`cat file | grep thing` ... which fixes the argument order
-