#

shell

shell related cheatsheet collection - 4 quick reference guides. Find fast, copy directly. The essential online command reference for developers and SRE.

Bash Cheatsheet - Shell Scripting Command Reference

Bash is the default entry point for automating ops and deploys, and the details that make a script robust — default variables, parameter expansion and string slicing, conditionals, and loops — are where the skill lives. This reference covers variables, branches, loops, functions, and common string/file operations for both writing scripts from scratch and debugging existing ones.

2026-07-2143 commands
bashshellScripting

Zsh Cheatsheet - Shell Configuration

A Zsh terminal-configuration reference covering common .zshrc settings, oh-my-zsh plugins and themes, aliases, autocompletion, history search, and prompt customization.

2026-07-2137 commands
zshshellTerminal

Fish Shell Cheatsheet - Shell Config

A Fish Shell reference covering its syntax differences from Bash, variables and functions, out-of-the-box autocompletion, aliases, and theme configuration.

2026-07-2136 commands
fishshellTerminal

PowerShell Cheatsheet - PowerShell Command Reference

On Windows, system administration and automation hinge on PowerShell's object pipeline — cmdlets return objects, not text, so you filter and act on properties directly. This reference covers common cmdlets and their Linux counterparts, file/process/service operations, and Invoke-Command remoting, to turn daily Windows ops into scripts.

2026-07-2158 commands
powershellwindowsScripting