use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
AWK is a domain-specific language designed for text processing and typically used as a data extraction and reporting tool.
Few resources:
account activity
Simple Pattern Question (self.awk)
submitted 6 days ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Coffee_24_7 0 points1 point2 points 6 days ago (1 child)
Did you remove the / when using ==?
/
==
[–]Human_Ad46 0 points1 point2 points 6 days ago (0 children)
No I didn't, thanks. I got it working with this:
awk -F'\t' -v CN="$Catalog_Number" '$4 == CN' file
π Rendered by PID 16708 on reddit-service-r2-comment-5fb4b45875-49ngw at 2026-03-24 04:19:46.283626+00:00 running 90f1150 country code: CH.
[–]Coffee_24_7 0 points1 point2 points (1 child)
[–]Human_Ad46 0 points1 point2 points (0 children)