The Unix text trinity
grep filters lines. sed transforms (often s/old/new/). cut extracts columns. Combine them in pipelines like LEGO for sysadmins.
Best practice: For JSON, use jq in real environments — grep is not a parser.
Output
Press Run to execute your code.