Skip to content
shellmap

Terms of use

shellmap is a free, static reference for shell-command equivalents across bash, zsh, fish, PowerShell, and cmd. By using the site you agree to the terms below. They're short on purpose.

Use of the content

The shell-command snippets, equivalents, gotchas, and worked examples on shellmap are intended for personal reference, learning, and everyday scripting. You're welcome to copy snippets into your own shell, paste them into a notebook, quote them in a blog post (a link back is appreciated), or screenshot a page for a presentation.

Bulk scraping or wholesale republication of the catalog — mirroring whole sections of /cmd or /taskto a competing site, training a commercial model on the corpus, or rebranding shellmap content as your own — isn't in scope and isn't welcome.

No warranty — verify before you run

shellmap is provided as is, with no warranty of accuracy, fitness for a particular purpose, or non-infringement. Shell tools evolve, distributions ship subtly different builds, and the same command can have different defaults under bash 3.2 vs 5.2 vs zsh vs fish vs PowerShell 5.1 vs PowerShell 7 vs cmd.exe.

Before running anything destructive — rm -rf, find -delete, Remove-Item -Recurse -Force, dd, anything that touches a remote server or production data — test in a disposable directory or VM, prefer --dry-run / -WhatIf, and read the source-of-truth man page for your specific build. shellmap is a starting point, not a substitute for that verification.

Limitation of liability

To the maximum extent permitted by law, the operators of shellmap are not liable for direct, indirect, incidental, consequential, or special damages arising from your use of the site — including but not limited to lost data, corrupted files, broken deploys, or downtime caused by a command you copied from here. You use the snippets at your own risk on machines you control.

Affiliate & advertising disclosure

shellmap may, in the future, display contextual ads (Google AdSense or a similar network) or include affiliate links to third-party developer tools and hosting platforms. When that happens, the page will be marked accordingly and the relevant disclosures will be updated in the privacy policy. As of this revision, no advertising or affiliate tracking is active on the site.

Recommendations of shells, tools, or commands are editorial — they reflect what we think is the cleanest answer for the question asked, not paid placement.

Intellectual property

The shellmap name, wordmark, page design, navigation structure, and original prose are the property of the site operators. Shell-command syntax itself — grep -r, Get-ChildItem -Recurse, etc. — is the work of the upstream shell and tool authors and is documented here under fair-use reference. Trademarks of bash, zsh, fish, PowerShell, and Microsoft cmd belong to their respective owners.

Embedding

The embed widget at /embed-demo may be used freely on personal blogs, tutorials, and documentation sites. Keep the "shellmap" attribution link intact — that's the trade. Don't use the embed to misrepresent shellmap's content (e.g., overlay or alter the rendered command so that it shows a different command than the canonical page).

Changes to these terms

We'll revise this page in place when the terms change. The dateModified field in the page schema (visible in view-source) records the date of the most recent revision. Continued use of the site after a revision constitutes acceptance of the new terms.

Questions

Spotted a bug in a command-equivalent, want to report an inaccuracy, or have a licensing question? See the contact page for how to reach us.