Practical notes for find, grep, sed, xargs, chmod, cron, and other commands that are easy to misuse.

This guide is the canonical guide page for related tools on ilham.dev. It should grow into practical explanations, caveats, examples, and references instead of creating one thin article per utility.

  • chmod Calculator — Convert between octal and symbolic Unix file permissions.
  • Cron Next Runs — Preview the next scheduled runs of a cron expression in local time or UTC.
  • Crontab Generator — Build a cron expression and read it back in plain language.
  • find Command Builder — Assemble a find command with name, type, size, age and depth tests, then choose to print, delete or exec on each match.
  • Git Cheatsheet — A quick reference of the Git commands I keep forgetting.
  • grep Pattern Builder — Build a grep command with the right regex style, recursion, includes and context lines, then copy it.
  • Dev Ops — Describe a Linux problem and get safe commands, flag explanations, a risk level and the next troubleshooting steps — all in the browser.
  • sed Replacement Builder — Build a sed command to replace text, delete matching lines or print only matches, with in-place editing and backups.
  • xargs Builder — Build and explain an xargs command — null input, batch size, parallelism and a replace string, with a note on each flag.

Notes for future edits

  • Keep the guide reusable and factual.
  • Link to personal posts only when there is a real incident, measurement, migration, or lesson.
  • For sensitive inputs, mention whether the related tool runs locally in the browser and warn against pasting production secrets without understanding the trust boundary.