Mastering Bash Shell Scripting: From Basics to Advanced
Learn to write powerful shell scripts with variables, loops, functions, and error handling.
Master CLI tools with comprehensive guides, quick references, and hands-on tutorials. From basic commands to advanced scripting.
$ wikicmd search "text processing"
Found 24 commands matching "text processing":
grep, awk, sed, cut, sort, uniq, tr, wc...
$ wikicmd explain grep
grep - search for patterns in files
Usage: grep [OPTIONS] PATTERN [FILE...]
Most popular CLI commands
grepText ProcessingSearch text patterns using regular expressions
awkText ProcessingPattern scanning and text processing language
sedText ProcessingStream editor for filtering and transforming text
curlNetworkingTransfer data with URLs, supports multiple protocols
jqJSONLightweight command-line JSON processor
rsyncFile TransferFast, versatile file copying and synchronization
Find the right tool for your task
Learn to write powerful shell scripts with variables, loops, functions, and error handling.
Master version control with these must-know Git commands for daily workflow.
From docker run to docker compose - everything you need for container workflows.
Configure SSH keys, tunnels, and jump hosts like a pro system administrator.
ls -laList all files with details
chmod 755 fileSet executable permissions
tar -xzf archive.tar.gzExtract tar.gz archive
find . -name "*.log"Find files by name
ps aux | grep nodeFind running processes
df -hCheck disk space usage
From beginner basics to advanced scripting, WikiCMD has everything you need to become a CLI power user.