Find files by name
Useful Linux one-liner
find . -iname "*.log"
Linux basics
256 Search & Find Linux command examples grouped into 42 practical sections.
Browse grouped command cards or search directly below.
472 commands
Useful Linux one-liner
find . -iname "*.log"
Useful Linux one-liner
find . -type f -size +100M
Useful Linux one-liner
grep -ir "text" .
Useful Linux one-liner
find . -mtime +30 -delete
Useful Linux one-liner
find . -type d -empty -delete
Useful Linux one-liner
upower -i $(upower -e | grep BAT) | grep percentage
Useful Linux one-liner
find . -xtype l
disable an Apache2 module
sudo a2dismod [module]
Enable Apache2 configuration files
sudo a2enconf [configuration_file]
Enable Apache2 modules
sudo a2enmod [module]
Enable Apache2 virtual host sites
sudo a2ensite [virtual_host]
ASCII art fire animation
aafire
fish shell abbreviation manager
abbr --add [abbreviation_name] [command] [arguments]
IP address geolocation lookup via DNS
acountry [example.com]
Search code fast like ack but faster
ag [pattern]
Live 802.11 Wi-Fi RF dashboard in the terminal using eBPF (htop for the airwaves)
airtop
Manage SQLAlchemy database migrations
alembic init [alembic]
Catch insensitive, inconsiderate writing in text.
alex [file.md]
Attack surface mapping and asset discovery
amass enum -passive -d [example.com]
Run periodic jobs on systems not running continuously
sudo anacron -n
Search and stream anime from the terminal
ani-cli [anime_name]
Execute Ansible playbooks
ansible-playbook [playbook.yml]
Reverse engineer Android APK files
apktool d [app.apk]
Report the current AppArmor confinement state.
tldr aa-status
Display X application resource settings
appres [XTerm]
Execute a command within an Apptainer container.
apptainer exec [container.sif] [command]
Display embedded help text from a container.
apptainer run-help [container.sif]
Execute the default runscript of a container.
apptainer run [container.sif]
Search manual page descriptions by keyword
apropos [keyword]
Query the APT package cache
apt-cache search [query]
Query and display APT configuration settings.
apt-config dump
command-line client for the aptdaemon package management service
aptdcon --install "[package1 package2]"
Create and extract ARC format archives
arc a [archive.arc] [files]
Search the Arch Linux Wiki from the terminal
arch-wiki [search_term]
Detect Debian installer system architecture
archdetect
Manage Argo CD applications
argocd app list
394 commands
Useful Linux one-liner
du -h . | sort -hr | head -20
List installed packages on an Android device
adb shell pm list packages
Google Antigravity IDE launcher and command-line client
agy .
Command-line download/upload tool with resume
aim [https://domain.com/file.tar.gz] .
Interactively browse and restore Amanda backups
amrecover [config_name]
CLI for building Angular web applications
ng new [project-name]
Run OSS applications using ALSA emulation
aoss [application]
Laravel's command-line interface for PHP development tasks.
php artisan list
Structural code search and rewrite using AST patterns
ast-grep --pattern 'console.log($ARG)'
Collection of scripts for managing AUR packages through a local repository.
aur search [keyword]
Lightweight tool for querying the Arch User Repository.
auracle search '[regex]'
Top-like TUI for the Austin Python frame stack sampler
austin-tui python3 [path/to/script.py]
Configure system authentication sources via profiles
authselect list
Regenerate autotools build system files
autoreconf
GNU C compiler for AVR microcontrollers
avr-gcc -mmcu=[atmega328p] -o [output.elf] [source.c]
Utilities for working with Apache Avro data files
avro-tools fromjson --schema-file [schema.avsc] [input.json] > [output.avro]
Analyze and validate IAM policies for security risks
aws accessanalyzer list-analyzers
Track and audit API activity across cloud services.
aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
Request temporary security credentials and verify identity.
aws sts get-caller-identity
AWS SSO session and credential manager with an interactive terminal UI
sesh
Execute commands when system load permits
batch
Parse and extract data from HTML and XML documents
python3 -c "from bs4 import BeautifulSoup; import requests; print([a['href'] for a in BeautifulSoup(requests.get('[url]').text, 'html.parser').find_all('a', href=True)])"
JDBC command-line client for Apache Hive
beeline -u jdbc:hive2://[localhost]:10000/[default]
Filter and search BGP routing data in MRT format
bgpgrep [path/to/rib.mrt.gz] -subnet [192.0.2.0/24]
simple utility for creating backups of files and directories
bkp [path/to/file]
Modern self-hosting Object Pascal compiler
blaise --source [Hello.pas] --output [Hello]
Manage Thunderbolt device authorization
boltctl
AI agent framework with built-in tools
bondai
Align sequencing reads to reference genomes.
bowtie2 -x [genome_index] -1 [reads_1.fq] -2 [reads_2.fq] -S [output.sam]
Create and apply binary patches
bsdiff [oldfile] [newfile] [patch.bsdiff]
Tiling window manager based on binary space partitioning
bspwm -c [path/to/config]
Linux process privilege capabilities system
getcap [/path/to/binary]
Detect unsafe Rust code in dependency tree
cargo geiger
Search for crates on a registry
cargo search [serde]
Display the dependency graph as a tree
cargo tree
catch segmentation faults and print backtraces
catchsegv [./program]
307 commands
standalone file archiver from the 7-Zip family
7za a [archive.7z] [files...]
disable an Apache2 configuration file
sudo a2disconf [configuration_file]
Set AppArmor profiles to enforce mode
sudo aa-enforce [path/to/profile]
Report AppArmor profile and confinement status
sudo aa-status
generate human-readable backtrace from a coredump
abrt-action-generate-backtrace -d [/var/spool/abrt/ccpp-2024-01-15]
grep-like source code search tool for programmers
ack [pattern]
Android system log viewer
adb logcat
Translate addresses to source file locations
addr2line -e [path/to/executable] [address]
inspect age-encrypted files without decrypting them
age-inspect [secrets.age]
Detect file system changes for intrusion detection
sudo aide -i
Enable and manage wireless monitor mode
sudo airmon-ng
Find alternate files for source and test switching
alt [path/to/file.rb]
Run Amanda backups
amdump [config_name]
TUI for trimming OpenAPI specifications
apisnip [input.yaml]
Search for files within packages.
sudo apt update
Magical shell history with sync and search
atuin search -i [query]
Add vendor prefixes to CSS automatically
autoprefixer [input.css] -o [output.css]
Web-based digital forensics analysis interface
autopsy
Run managed continuous integration builds.
aws codebuild start-build --project-name [my-project]
Manage Amazon Elastic File System resources
aws efs describe-file-systems
Synchronize directories and S3 prefixes
aws s3 sync [./local-dir] s3://[bucket-name]/
Generate advanced web server statistics
awstats -config [virtualhostname] -update
Fast indexed package search for Debian
axi-cache search [keyword]
Manage Azure resources generically across all types
az resource list
Control KDE Baloo file indexing
balooctl status
Text-based science fiction adventure game
battlestar
Breadth-first file search
bfs [/path]
TUI for managing BibLaTeX databases with Vim-like keybindings
bibiman [path/to/references.bib]
Convert BMP images to PPM format
bmptoppm [image.bmp] > [output.ppm]
Terminal EPUB, PDF and DJVU book reader
bookokrat [path/to/book.epub]
High-performance digital forensics data extraction tool
bulk_extractor -o [output_dir] [image.dd]
Git-based backup system with deduplication
bup init
Search bzip2 files using extended regular expressions
bzegrep "[pattern]" [path/to/file.bz2]
Search bzip2 files for fixed string patterns
bzfgrep "[string]" [path/to/file.bz2]
Search bzip2 compressed files for patterns
bzgrep ["pattern"] [file.bz2]
Compile and run benchmarks for a Rust project
cargo bench
96 commands
Find network-listening processes without AppArmor profiles
sudo aa-unconfined
Mock infrastructure for AI application testing
npx aimock -p [4010] -f [./fixtures]
Discover hidden HTTP parameters in web applications
arjun -u [https://example.com/page]
Acquire IPv4 link-local addresses automatically
avahi-autoipd [interface]
CLI for the Avo analytics tracking plan platform
avo init
Deploy Azure resources using ARM templates and Bicep
az deployment group create --resource-group [rg_name] --template-file [template.json]
Manage Azure Logic Apps
az logicapp create --name [MyLogicApp] --resource-group [MyResourceGroup] --storage-account [MyStorageAccount] --plan [MyPlan]
Simple TCP tunnel for exposing local ports
bore local -t [remote_server_address] [local_port]
distributed storage cluster management
ceph status
Versatile checksum file verifier and creator
cfv
cross-platform build system generator
cmake -B [build]
hands-on software engineering challenges platform CLI
codecrafters login
Display information about the current conda installation
conda info
package and environment manager for Python and data science
conda create -n [myenv] [python=3.11]
filename encoding converter
convmv -f latin1 -t utf-8 [path/to/files/*]
DDC/CI monitor control via I2C
ddcutil detect
ISC DHCP server daemon for IP address assignment
sudo dhcpd
DICT protocol dictionary server daemon
dictd
lightweight minimalist web browser
dillo
DNF plugin for offline Fedora major-version upgrades
sudo dnf system-upgrade download --releasever=[40]
comprehensive DNS reconnaissance tool
dnsrecon -d [example.com]
remove one or more containers
docker container rm [container]
copy files between containers and the host
docker cp [container]:[/path/to/file] [/local/path]
manage sensitive data in Docker Swarm
docker secret create [name] [file]
Command-line monitor for Sony DualShock 4 controllers on Linux
ds4
Set zsh shell emulation mode
emulate
Exim mail queue search utility
exiqgrep -f '<[email@example.com]>'
System V IPC-based fakeroot daemon
faked-sysv
fast cross-platform subdomain enumerator
findomain -t [example.com]
interactive cross-platform process killer
fkill
schedule files for removal
fossil rm [file]
Google Compute Engine resource management
gcloud compute instances list
initialize Google Cloud SDK configuration
gcloud init
GitHub Copilot agent task executor
gh agent task "[task description]"
manage repository issues and bug reports
gh issue list
Copy files preserving git history
git cp [source_file] [destination_file]
35 commands
Useful Linux one-liner
sed -i 's/old/new/g' *.txt
Interactive terminal package browser
sudo aptitude-curses
Advanced package management with dependency resolution
sudo aptitude update
CLI tool for searching Homebrew and Linuxbrew formulae and casks
bbrew search [query]
Configurable TUI clipboard manager for Unix
clipse
DuckDuckGo search from the command line
ddgr [search terms]
Small configurable terminal text editor
dte [filename]
BBC iPlayer TV and radio downloader
get_iplayer "[search term]"
List, search, and create git aliases
git alias
GNU Chess engine
gnuchess
Interactive systemd unit manager TUI
isd
Minimalist command line knowledge base manager
kb add "[title]" -c "[category]"
Minimal terminal AI coding agent with pluggable LLM providers
keen
native CLI for offline access to thousands of Linux command references
lcl
micro GNU Emacs-style editor
mg [file.txt]
great Internet Mersenne Prime Search client
mprime
modern package management frontend for dpkg-based Linux distributions
sudo oma
main repository for PHP packages used by Composer
composer search [query]
Simple command-line snippet manager
pet new
PikaOS unified package manager
pikman search [package_name]
Download container images from registries
podman image pull [nginx]
Regular expression syntax reference
regex
Stream editor for text transformations
[command] | sed 's/apple/mango/g'
Terminal-based SSH config manager with groups
sshc host list
General purpose command-line launcher
sunbeam
Terminal-based client for Pinboard bookmarks
tinboard
Search and download torrents from your terminal
torra search "[arch linux iso]"
Terminal journal and notes app
tjournal
TUI to browse UNIX users and groups
ugm
Command line interface to the WordNet lexical database
wn [word] -synsn
TUI wrapper for Void Linux package manager
xbps-tui
Fast terminal Excel viewer with interactive TUI
xleak [report.xlsx]
Command-line XML processing toolkit
xmlstarlet sel -t -v "[xpath]" [file.xml]
Deprecated Arch Linux AUR helper
yaourt -Syua
Browse and download YouTube from your terminal
yt-x
17 commands
2FA TOTP token manager TUI for the terminal
andcli -t aegis [path/to/backup.json]
Download and stream anime from the command line
animdl search "[anime name]"
Browse the Arch Linux Wiki from the terminal
archwiki-rs search [query]
Manage ML-powered enterprise search indexes and data sources.
aws kendra create-index --name [my-index] --role-arn [arn:aws:iam::account:role/kendra-role]
Manage OpenSearch Service domains for search and analytics.
aws opensearch list-domain-names
TUI client for Raindrop.io bookmarks
braindrop
Interactive Cargo target selector
cargo selector run
Command-line Google search tool
google "[search query]"
High-precision scientific calculator with physical units
numbat
Terminal user interface for the pass password manager
passepartui
Search PyPI for packages (deprecated)
pip search [query]
Vite-powered static site generator
vitepress dev [docs]
WhatsApp CLI for local sync, search, and messaging
wacli auth
Offline documentation search engine
wikiman [query]
WordPress command-line management tool
wp --info
Acronym lookup and expansion
wtf [IMO]
Lightweight full-text search engine
ZINC_FIRST_ADMIN_USER=[admin] ZINC_FIRST_ADMIN_PASSWORD=[password] zinc
12 commands
TUI for managing macOS Bluetooth devices via blueutil
blueutil-tui
command-line client for F-Droid repository
fdroidcl search [query]
Desktop RSS/Atom news aggregator
feedreader --unreadCount
Interactive git commands with fzf
forgit log
Go documentation web server
godoc -http=:6060
command-line tool for backing up and restoring Gmail
gyb --email [user@gmail.com] --action backup
Feature-rich interactive Jira command line tool
jira init
queries package metadata
mamba repoquery search [package]
Protocol Buffers compiler and code generator
protoc --python_out=[path/to/output_directory] [input_file.proto]
Translated nucleotide to nucleotide search
tblastx -query [sequence.fasta] -db [database] -out [results.txt]
Workspace manager for temporary experiments with TUI
try-rs
Query Void Linux package information
xbps-query -Rs [keyword]
8 commands
Ada/SPARK source package manager.
alr search [package_name]
Search for available Homebrew packages
brew search [text]
searches for duplicate packages in node_modules
npm find-dupes
searches npm help documentation
npm help-search [term]
searches the npm registry for packages matching the given terms
npm search [query]
wrapper around pacman, the Arch Linux package manager
paci [package_name]
Interactive TUI for managing Homebrew packages
taproom
Arch Linux AUR helper
yay [package_name|search_term]
4 commands
Useful Linux one-liner
Ctrl+R
Disable shell builtins or other named elements
disable [builtin_name]
manage code snippets and shareable files
gh gist create [file]
open-source search and analytics engine derived from Elasticsearch 7
opensearch
3 commands
2 commands
Search TeX Live packages
tlmgr search [keyword]
Interactive TeX Live Manager session
tlmgr shell
1 commands
TUI for monitoring and managing Celery workers and tasks
lazycelery
1 commands
1 commands
1 commands
1 commands
Search a container library for available images.
apptainer search [query]
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
advanced package query tool
conda repoquery search [package_name]
1 commands
Terminal UI for exploring crates.io Rust packages
crates-tui
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
fast, typo-tolerant search engine
meilisearch
1 commands
1 commands
Search for packages in Nix flakes
nix search nixpkgs [query]
1 commands
1 commands
static site generator optimized for documentation
npx create-docusaurus@latest [my-website] classic
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
du -h . | sort -hr | head -20
Uses pipes, overwrite, or deletion. Check paths and options first.
Ctrl+R
Copy it and replace filenames, paths, or keywords as needed.
find . -iname "*.log"
Copy it and replace filenames, paths, or keywords as needed.
find . -type f -size +100M
Copy it and replace filenames, paths, or keywords as needed.
grep -ir "text" .
Copy it and replace filenames, paths, or keywords as needed.
sed -i 's/old/new/g' *.txt
Copy it and replace filenames, paths, or keywords as needed.
find . -mtime +30 -delete
Copy it and replace filenames, paths, or keywords as needed.
find . -type d -empty -delete
Copy it and replace filenames, paths, or keywords as needed.
upower -i $(upower -e | grep BAT) | grep percentage
Uses pipes, overwrite, or deletion. Check paths and options first.
find . -xtype l
Copy it and replace filenames, paths, or keywords as needed.
7za a [archive.7z] [files...]
Copy it and replace filenames, paths, or keywords as needed.
sudo a2disconf [configuration_file]
May affect permissions or system state. Check the target first.
sudo a2dismod [module]
May affect permissions or system state. Check the target first.
sudo a2enconf [configuration_file]
May affect permissions or system state. Check the target first.
sudo a2enmod [module]
May affect permissions or system state. Check the target first.
sudo a2ensite [virtual_host]
May affect permissions or system state. Check the target first.
sudo aa-enforce [path/to/profile]
May affect permissions or system state. Check the target first.
sudo aa-status
May affect permissions or system state. Check the target first.
sudo aa-unconfined
May affect permissions or system state. Check the target first.
aafire
Copy it and replace filenames, paths, or keywords as needed.
abbr --add [abbreviation_name] [command] [arguments]
May affect permissions or system state. Check the target first.
abrt-action-generate-backtrace -d [/var/spool/abrt/ccpp-2024-01-15]
Copy it and replace filenames, paths, or keywords as needed.
ack [pattern]
Copy it and replace filenames, paths, or keywords as needed.
acountry [example.com]
Copy it and replace filenames, paths, or keywords as needed.
adb logcat
Copy it and replace filenames, paths, or keywords as needed.
adb shell pm list packages
Copy it and replace filenames, paths, or keywords as needed.
addr2line -e [path/to/executable] [address]
Copy it and replace filenames, paths, or keywords as needed.
ag [pattern]
Copy it and replace filenames, paths, or keywords as needed.
age-inspect [secrets.age]
Copy it and replace filenames, paths, or keywords as needed.
agy .
Copy it and replace filenames, paths, or keywords as needed.
sudo aide -i
May affect permissions or system state. Check the target first.
aim [https://domain.com/file.tar.gz] .
Copy it and replace filenames, paths, or keywords as needed.
npx aimock -p [4010] -f [./fixtures]
Copy it and replace filenames, paths, or keywords as needed.
sudo airmon-ng
May affect permissions or system state. Check the target first.
airtop
Copy it and replace filenames, paths, or keywords as needed.
alembic init [alembic]
Copy it and replace filenames, paths, or keywords as needed.
alex [file.md]
Copy it and replace filenames, paths, or keywords as needed.
alr search [package_name]
Copy it and replace filenames, paths, or keywords as needed.
alt [path/to/file.rb]
Copy it and replace filenames, paths, or keywords as needed.
amass enum -passive -d [example.com]
Copy it and replace filenames, paths, or keywords as needed.
amdump [config_name]
Copy it and replace filenames, paths, or keywords as needed.
amrecover [config_name]
Copy it and replace filenames, paths, or keywords as needed.
sudo anacron -n
May affect permissions or system state. Check the target first.
andcli -t aegis [path/to/backup.json]
Copy it and replace filenames, paths, or keywords as needed.
ng new [project-name]
Copy it and replace filenames, paths, or keywords as needed.
ani-cli [anime_name]
Copy it and replace filenames, paths, or keywords as needed.
animdl search "[anime name]"
Copy it and replace filenames, paths, or keywords as needed.
ansible-playbook [playbook.yml]
Copy it and replace filenames, paths, or keywords as needed.
aoss [application]
Copy it and replace filenames, paths, or keywords as needed.
apisnip [input.yaml]
Copy it and replace filenames, paths, or keywords as needed.
apktool d [app.apk]
Copy it and replace filenames, paths, or keywords as needed.
tldr aa-status
Copy it and replace filenames, paths, or keywords as needed.
appres [XTerm]
Copy it and replace filenames, paths, or keywords as needed.
apptainer exec [container.sif] [command]
Copy it and replace filenames, paths, or keywords as needed.
apptainer run-help [container.sif]
Copy it and replace filenames, paths, or keywords as needed.
apptainer run [container.sif]
Copy it and replace filenames, paths, or keywords as needed.
apptainer search [query]
Copy it and replace filenames, paths, or keywords as needed.
apropos [keyword]
Copy it and replace filenames, paths, or keywords as needed.
apt-cache search [query]
Copy it and replace filenames, paths, or keywords as needed.
apt-config dump
Copy it and replace filenames, paths, or keywords as needed.
sudo apt update
May affect permissions or system state. Check the target first.
aptdcon --install "[package1 package2]"
Copy it and replace filenames, paths, or keywords as needed.
sudo aptitude-curses
May affect permissions or system state. Check the target first.
sudo aptitude update
May affect permissions or system state. Check the target first.
arc a [archive.arc] [files]
Copy it and replace filenames, paths, or keywords as needed.
arch-wiki [search_term]
Copy it and replace filenames, paths, or keywords as needed.
archdetect
Copy it and replace filenames, paths, or keywords as needed.
archwiki-rs search [query]
Copy it and replace filenames, paths, or keywords as needed.
argocd app list
Copy it and replace filenames, paths, or keywords as needed.
argos-translate --from-lang [en] --to-lang [es] "[Hello, world]"
Copy it and replace filenames, paths, or keywords as needed.
arjun -u [https://example.com/page]
Copy it and replace filenames, paths, or keywords as needed.
arpaname [ip_address]
Copy it and replace filenames, paths, or keywords as needed.
sudo arptables -L
May affect permissions or system state. Check the target first.
trace [com.example.MyClass] [myMethod]
Copy it and replace filenames, paths, or keywords as needed.
php artisan list
Copy it and replace filenames, paths, or keywords as needed.
asciitoppm < [ascii.txt] > [output.ppm]
Uses pipes, overwrite, or deletion. Check paths and options first.
assetfinder [example.com]
Copy it and replace filenames, paths, or keywords as needed.
ast-grep --pattern 'console.log($ARG)'
Copy it and replace filenames, paths, or keywords as needed.
atuin search -i [query]
Copy it and replace filenames, paths, or keywords as needed.
aur search [keyword]
Copy it and replace filenames, paths, or keywords as needed.
auracle search '[regex]'
Copy it and replace filenames, paths, or keywords as needed.
sudo ausearch -m avc
May affect permissions or system state. Check the target first.
austin-tui python3 [path/to/script.py]
Copy it and replace filenames, paths, or keywords as needed.
authselect list
Copy it and replace filenames, paths, or keywords as needed.
autoprefixer [input.css] -o [output.css]
Copy it and replace filenames, paths, or keywords as needed.
autopsy
Copy it and replace filenames, paths, or keywords as needed.
autoreconf
Copy it and replace filenames, paths, or keywords as needed.
avahi-autoipd [interface]
Copy it and replace filenames, paths, or keywords as needed.
avahi-browse-domains
Copy it and replace filenames, paths, or keywords as needed.
avahi-browse -a -r
Copy it and replace filenames, paths, or keywords as needed.
avo init
Copy it and replace filenames, paths, or keywords as needed.
avr-gcc -mmcu=[atmega328p] -o [output.elf] [source.c]
Copy it and replace filenames, paths, or keywords as needed.
avro-tools fromjson --schema-file [schema.avsc] [input.json] > [output.avro]
Uses pipes, overwrite, or deletion. Check paths and options first.
aws accessanalyzer list-analyzers
Copy it and replace filenames, paths, or keywords as needed.
aws athena start-query-execution --query-string "[SELECT * FROM table LIMIT 10]" --work-group [primary]
Copy it and replace filenames, paths, or keywords as needed.
aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
Copy it and replace filenames, paths, or keywords as needed.
aws codebuild start-build --project-name [my-project]
Copy it and replace filenames, paths, or keywords as needed.
aws dynamodbstreams list-streams --table-name [table_name]
Copy it and replace filenames, paths, or keywords as needed.
aws efs describe-file-systems
Copy it and replace filenames, paths, or keywords as needed.
aws kendra create-index --name [my-index] --role-arn [arn:aws:iam::account:role/kendra-role]
Copy it and replace filenames, paths, or keywords as needed.
aws opensearch list-domain-names
Copy it and replace filenames, paths, or keywords as needed.
aws s3 sync [./local-dir] s3://[bucket-name]/
Requires network or a remote resource.
aws sts get-caller-identity
Copy it and replace filenames, paths, or keywords as needed.
sesh
Copy it and replace filenames, paths, or keywords as needed.
awstats -config [virtualhostname] -update
Copy it and replace filenames, paths, or keywords as needed.
axi-cache search [keyword]
Copy it and replace filenames, paths, or keywords as needed.
az apim create --name [MyApim] --resource-group [MyResourceGroup] --publisher-email [email@domain.com] --publisher-name [MyCompany] --location [eastus]
Copy it and replace filenames, paths, or keywords as needed.
az appconfig create --name [MyAppConfig] --resource-group [MyResourceGroup] --location [westus] --sku [Standard]
Copy it and replace filenames, paths, or keywords as needed.
az cognitiveservices account create --name [myaccount] --resource-group [myRG] --kind [TextAnalytics] --sku [S1] --location [eastus]
Copy it and replace filenames, paths, or keywords as needed.
az deployment group create --resource-group [rg_name] --template-file [template.json]
Copy it and replace filenames, paths, or keywords as needed.
az group create -l [westus] -n [MyResourceGroup]
Copy it and replace filenames, paths, or keywords as needed.
az logicapp create --name [MyLogicApp] --resource-group [MyResourceGroup] --storage-account [MyStorageAccount] --plan [MyPlan]
Copy it and replace filenames, paths, or keywords as needed.
az quantum offerings list --location [eastus]
Copy it and replace filenames, paths, or keywords as needed.
az resource list
Copy it and replace filenames, paths, or keywords as needed.
az sshkey create --name [MySSHKey] --resource-group [MyResourceGroup]
Requires network or a remote resource.
az storage account create -n [account-name] -g [resource-group] -l [westus] --sku [Standard_LRS]
Copy it and replace filenames, paths, or keywords as needed.
az storage queue create --name [myqueue] --account-name [mystorageaccount]
Copy it and replace filenames, paths, or keywords as needed.
az tag create --resource-id [resource-id] --tags [env=prod team=dev]
Copy it and replace filenames, paths, or keywords as needed.
balooctl status
Copy it and replace filenames, paths, or keywords as needed.
bandwhich
Copy it and replace filenames, paths, or keywords as needed.
batch
Copy it and replace filenames, paths, or keywords as needed.
battlestar
Copy it and replace filenames, paths, or keywords as needed.
bbrew search [query]
Copy it and replace filenames, paths, or keywords as needed.
python3 -c "from bs4 import BeautifulSoup; import requests; print([a['href'] for a in BeautifulSoup(requests.get('[url]').text, 'html.parser').find_all('a', href=True)])"
Uses pipes, overwrite, or deletion. Check paths and options first.
beeline -u jdbc:hive2://[localhost]:10000/[default]
Copy it and replace filenames, paths, or keywords as needed.
echo -e "option1\noption2\noption3" | bemenu
Uses pipes, overwrite, or deletion. Check paths and options first.
betterlockscreen -l
Copy it and replace filenames, paths, or keywords as needed.
bfs [/path]
Copy it and replace filenames, paths, or keywords as needed.
bgpctl show summary
Copy it and replace filenames, paths, or keywords as needed.
bgpd
Copy it and replace filenames, paths, or keywords as needed.
bgpgrep [path/to/rib.mrt.gz] -subnet [192.0.2.0/24]
May affect permissions or system state. Check the target first.
bibiman [path/to/references.bib]
Copy it and replace filenames, paths, or keywords as needed.
bkp [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
blaise --source [Hello.pas] --output [Hello]
Copy it and replace filenames, paths, or keywords as needed.
blastn -query [query.fa] -subject [subject.fa] -evalue [1e-9]
Copy it and replace filenames, paths, or keywords as needed.
blastp -query [query.fa] -subject [subject.fa] -evalue [1e-9]
Copy it and replace filenames, paths, or keywords as needed.
blastx -query [sequences.fasta] -db [nr] -out [results.txt]
Copy it and replace filenames, paths, or keywords as needed.
bleachbit --gui
Copy it and replace filenames, paths, or keywords as needed.
blight set [50]
Copy it and replace filenames, paths, or keywords as needed.
sudo blkid
May affect permissions or system state. Check the target first.
bloodhound
Copy it and replace filenames, paths, or keywords as needed.
blueutil-tui
Copy it and replace filenames, paths, or keywords as needed.
bmm
Copy it and replace filenames, paths, or keywords as needed.
bmptoppm [image.bmp] > [output.ppm]
Uses pipes, overwrite, or deletion. Check paths and options first.
boggle
Copy it and replace filenames, paths, or keywords as needed.
boltctl
Copy it and replace filenames, paths, or keywords as needed.
bondai
Copy it and replace filenames, paths, or keywords as needed.
bookokrat [path/to/book.epub]
Copy it and replace filenames, paths, or keywords as needed.
bore local -t [remote_server_address] [local_port]
Copy it and replace filenames, paths, or keywords as needed.
bowtie2 -x [genome_index] -1 [reads_1.fq] -2 [reads_2.fq] -S [output.sam]
Copy it and replace filenames, paths, or keywords as needed.
{ [command1]; [command2]; }
Uses pipes, overwrite, or deletion. Check paths and options first.
braindrop
Copy it and replace filenames, paths, or keywords as needed.
brew search [text]
Copy it and replace filenames, paths, or keywords as needed.
brew uninstall [formula]
Copy it and replace filenames, paths, or keywords as needed.
bsdiff [oldfile] [newfile] [patch.bsdiff]
Copy it and replace filenames, paths, or keywords as needed.
bspwm -c [path/to/config]
Copy it and replace filenames, paths, or keywords as needed.
buck build //[path/to:target]
Copy it and replace filenames, paths, or keywords as needed.
buku -a [https://example.com] [tag1,tag2]
Copy it and replace filenames, paths, or keywords as needed.
bulk_extractor -o [output_dir] [image.dd]
Copy it and replace filenames, paths, or keywords as needed.
bun pm pack
Copy it and replace filenames, paths, or keywords as needed.
bun why [package]
Copy it and replace filenames, paths, or keywords as needed.
bunny login
Copy it and replace filenames, paths, or keywords as needed.
bup init
Copy it and replace filenames, paths, or keywords as needed.
bzegrep "[pattern]" [path/to/file.bz2]
Copy it and replace filenames, paths, or keywords as needed.
bzfgrep "[string]" [path/to/file.bz2]
Copy it and replace filenames, paths, or keywords as needed.
bzgrep ["pattern"] [file.bz2]
Copy it and replace filenames, paths, or keywords as needed.
canfield
Copy it and replace filenames, paths, or keywords as needed.
getcap [/path/to/binary]
Copy it and replace filenames, paths, or keywords as needed.
caps-log
Copy it and replace filenames, paths, or keywords as needed.
cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
Copy it and replace filenames, paths, or keywords as needed.
cargo bench
Copy it and replace filenames, paths, or keywords as needed.
cargo geiger
Copy it and replace filenames, paths, or keywords as needed.
cargo locate-project
Copy it and replace filenames, paths, or keywords as needed.
cargo msrv find
Copy it and replace filenames, paths, or keywords as needed.
cargo new [project_name]
Copy it and replace filenames, paths, or keywords as needed.
cargo package
Copy it and replace filenames, paths, or keywords as needed.
cargo report future-incompatibilities --id [1]
Copy it and replace filenames, paths, or keywords as needed.
cargo rustc -- [rustc_flags]
Copy it and replace filenames, paths, or keywords as needed.
cargo search [serde]
Copy it and replace filenames, paths, or keywords as needed.
cargo selector run
Copy it and replace filenames, paths, or keywords as needed.
cargo tree
Copy it and replace filenames, paths, or keywords as needed.
carthage update
Copy it and replace filenames, paths, or keywords as needed.
cat [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
catchsegv [./program]
Copy it and replace filenames, paths, or keywords as needed.
cdk init app --language [typescript]
Copy it and replace filenames, paths, or keywords as needed.
cdktf init --template=[typescript] --local
Copy it and replace filenames, paths, or keywords as needed.
cdrdao read-cd --device [/dev/cdrom] --read-raw [image.toc]
Copy it and replace filenames, paths, or keywords as needed.
cdrecord -v dev=[/dev/sr0] [image.iso]
Copy it and replace filenames, paths, or keywords as needed.
cec-ctl --list-devices
Copy it and replace filenames, paths, or keywords as needed.
ceph status
Copy it and replace filenames, paths, or keywords as needed.
cf login -a [api.example.com]
Copy it and replace filenames, paths, or keywords as needed.
sudo cfdisk [/dev/sdX]
May affect permissions or system state. Check the target first.
cfv
Copy it and replace filenames, paths, or keywords as needed.
cgdelete -g [cpu]:[/mygroup]
Copy it and replace filenames, paths, or keywords as needed.
cgexec -g cpu:mygroup [command]
Copy it and replace filenames, paths, or keywords as needed.
cgset -r cpu.cfs_quota_us=[50000] [/mygroup]
Copy it and replace filenames, paths, or keywords as needed.
chage -l username
Copy it and replace filenames, paths, or keywords as needed.
chardet [file.txt]
Copy it and replace filenames, paths, or keywords as needed.
charmap
Copy it and replace filenames, paths, or keywords as needed.
chatuino
Copy it and replace filenames, paths, or keywords as needed.
cheatshh
Copy it and replace filenames, paths, or keywords as needed.
check-dfsg-status
Copy it and replace filenames, paths, or keywords as needed.
check-support-status
Copy it and replace filenames, paths, or keywords as needed.
sudo checkinstall -y
May affect permissions or system state. Check the target first.
sudo checkrestart
May affect permissions or system state. Check the target first.
chem [path/to/file.chem] | groffer
Uses pipes, overwrite, or deletion. Check paths and options first.
chkconfig --list
Copy it and replace filenames, paths, or keywords as needed.
echo "one two three" | choose 0
Uses pipes, overwrite, or deletion. Check paths and options first.
chrt -p PID
Copy it and replace filenames, paths, or keywords as needed.
chsh
Copy it and replace filenames, paths, or keywords as needed.
cinnamon-extension-tool --list --extension
Copy it and replace filenames, paths, or keywords as needed.
clamconf
Copy it and replace filenames, paths, or keywords as needed.
clamscan [file]
Copy it and replace filenames, paths, or keywords as needed.
claws
Copy it and replace filenames, paths, or keywords as needed.
clementine
Copy it and replace filenames, paths, or keywords as needed.
clipse
Copy it and replace filenames, paths, or keywords as needed.
clone(child_func, stack_top, CLONE_NEWNS | SIGCHLD, arg)
Uses pipes, overwrite, or deletion. Check paths and options first.
cluster [input.dot] -o [output.dot]
Copy it and replace filenames, paths, or keywords as needed.
clusterctl init --infrastructure [aws]
Copy it and replace filenames, paths, or keywords as needed.
clusterdb [database_name]
Copy it and replace filenames, paths, or keywords as needed.
cmake -B [build]
Copy it and replace filenames, paths, or keywords as needed.
cmp [file1] [file2]
Copy it and replace filenames, paths, or keywords as needed.
cobib
Copy it and replace filenames, paths, or keywords as needed.
code .
Copy it and replace filenames, paths, or keywords as needed.
codecrafters login
Copy it and replace filenames, paths, or keywords as needed.
codemod -m -d [directory] '[old_pattern]' '[new_pattern]'
Copy it and replace filenames, paths, or keywords as needed.
codesign -s "[Developer ID]" [MyApp.app]
Copy it and replace filenames, paths, or keywords as needed.
codespell
Copy it and replace filenames, paths, or keywords as needed.
codiff [old.o] [new.o]
Copy it and replace filenames, paths, or keywords as needed.
cohere
Copy it and replace filenames, paths, or keywords as needed.
comby 'console.log(:[arg])' 'logger.info(:[arg])' [.js]
Copy it and replace filenames, paths, or keywords as needed.
, [command]
Copy it and replace filenames, paths, or keywords as needed.
command [ls]
Copy it and replace filenames, paths, or keywords as needed.
composer-require-checker check
Copy it and replace filenames, paths, or keywords as needed.
composite [overlay.png] [background.png] [output.png]
Copy it and replace filenames, paths, or keywords as needed.
sudo compsize [path/to/file_or_directory]
May affect permissions or system state. Check the target first.
conda activate [env_name]
Copy it and replace filenames, paths, or keywords as needed.
conda clean --all
Copy it and replace filenames, paths, or keywords as needed.
conda compare [env_name] [environment.yml]
Copy it and replace filenames, paths, or keywords as needed.
conda config --show
Copy it and replace filenames, paths, or keywords as needed.