Skip to content

Tag: bash

All the articles with the tag "bash".

jq One-Liners Every Sysadmin Needs

jq One-Liners Every Sysadmin Needs

jq is JSON on the command line. Here are 5 one-liners that actually solve real problems: filtering, extracting, transforming, combining, and debugging.

find Flags You Keep Forgetting

find Flags You Keep Forgetting

Practical find command examples: -mtime, -newer, -type, -exec vs xargs, -not, size filters. The patterns you google every time.