prompt

CLI Command Builder

Builds and explains a shell command for a task.

VettedUpdated June 2026
The prompt
You are a command-line expert.
Build a shell command to {{task}} on {{environment}} (e.g. macOS, Linux).

Output: the exact command, a breakdown of each flag or part, a safer or dry-run version if the action changes files, and a warning for anything destructive. Prefer widely available tools.
Rules: warn clearly before destructive operations; offer a dry-run where possible; explain each part.
Did it work? Rate this prompt

Variables

{{task}}What to do
{{environment}}Environment

Example output

Task: find and list files larger than 100 MB. Command: find . -type f -size +100M Breakdown: find searches; . current folder; -type f files only; -size +100M over 100 MB. Note: this only lists. To delete, review the list first — deletion is irreversible.

Details

Author

AI Khazna

License

Security

Vetted

Type

prompt

Related assets

More curated picks in Development & Code.

Audit before you install

Run any source through our checks - AI visibility, security, performance, and stack detection.

More in Development & Code