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
涉及管道、覆盖或删除,执行前请先确认路径和参数。
Ctrl+R
复制后可按需替换文件名、目录或参数。
find . -iname "*.log"
复制后可按需替换文件名、目录或参数。
find . -type f -size +100M
复制后可按需替换文件名、目录或参数。
grep -ir "text" .
复制后可按需替换文件名、目录或参数。
sed -i 's/old/new/g' *.txt
复制后可按需替换文件名、目录或参数。
find . -mtime +30 -delete
复制后可按需替换文件名、目录或参数。
find . -type d -empty -delete
复制后可按需替换文件名、目录或参数。
upower -i $(upower -e | grep BAT) | grep percentage
涉及管道、覆盖或删除,执行前请先确认路径和参数。
find . -xtype l
复制后可按需替换文件名、目录或参数。
7za a [archive.7z] [files...]
复制后可按需替换文件名、目录或参数。
sudo a2disconf [configuration_file]
权限或系统影响较大,执行前请核对目标。
sudo a2dismod [module]
权限或系统影响较大,执行前请核对目标。
sudo a2enconf [configuration_file]
权限或系统影响较大,执行前请核对目标。
sudo a2enmod [module]
权限或系统影响较大,执行前请核对目标。
sudo a2ensite [virtual_host]
权限或系统影响较大,执行前请核对目标。
sudo aa-enforce [path/to/profile]
权限或系统影响较大,执行前请核对目标。
sudo aa-status
权限或系统影响较大,执行前请核对目标。
sudo aa-unconfined
权限或系统影响较大,执行前请核对目标。
aafire
复制后可按需替换文件名、目录或参数。
abbr --add [abbreviation_name] [command] [arguments]
权限或系统影响较大,执行前请核对目标。
abrt-action-generate-backtrace -d [/var/spool/abrt/ccpp-2024-01-15]
复制后可按需替换文件名、目录或参数。
ack [pattern]
复制后可按需替换文件名、目录或参数。
acountry [example.com]
复制后可按需替换文件名、目录或参数。
adb logcat
复制后可按需替换文件名、目录或参数。
adb shell pm list packages
复制后可按需替换文件名、目录或参数。
addr2line -e [path/to/executable] [address]
复制后可按需替换文件名、目录或参数。
ag [pattern]
复制后可按需替换文件名、目录或参数。
age-inspect [secrets.age]
复制后可按需替换文件名、目录或参数。
agy .
复制后可按需替换文件名、目录或参数。
sudo aide -i
权限或系统影响较大,执行前请核对目标。
aim [https://domain.com/file.tar.gz] .
复制后可按需替换文件名、目录或参数。
npx aimock -p [4010] -f [./fixtures]
复制后可按需替换文件名、目录或参数。
sudo airmon-ng
权限或系统影响较大,执行前请核对目标。
airtop
复制后可按需替换文件名、目录或参数。
alembic init [alembic]
复制后可按需替换文件名、目录或参数。
alex [file.md]
复制后可按需替换文件名、目录或参数。
alr search [package_name]
复制后可按需替换文件名、目录或参数。
alt [path/to/file.rb]
复制后可按需替换文件名、目录或参数。
amass enum -passive -d [example.com]
复制后可按需替换文件名、目录或参数。
amdump [config_name]
复制后可按需替换文件名、目录或参数。
amrecover [config_name]
复制后可按需替换文件名、目录或参数。
sudo anacron -n
权限或系统影响较大,执行前请核对目标。
andcli -t aegis [path/to/backup.json]
复制后可按需替换文件名、目录或参数。
ng new [project-name]
复制后可按需替换文件名、目录或参数。
ani-cli [anime_name]
复制后可按需替换文件名、目录或参数。
animdl search "[anime name]"
复制后可按需替换文件名、目录或参数。
ansible-playbook [playbook.yml]
复制后可按需替换文件名、目录或参数。
aoss [application]
复制后可按需替换文件名、目录或参数。
apisnip [input.yaml]
复制后可按需替换文件名、目录或参数。
apktool d [app.apk]
复制后可按需替换文件名、目录或参数。
tldr aa-status
复制后可按需替换文件名、目录或参数。
appres [XTerm]
复制后可按需替换文件名、目录或参数。
apptainer exec [container.sif] [command]
复制后可按需替换文件名、目录或参数。
apptainer run-help [container.sif]
复制后可按需替换文件名、目录或参数。
apptainer run [container.sif]
复制后可按需替换文件名、目录或参数。
apptainer search [query]
复制后可按需替换文件名、目录或参数。
apropos [keyword]
复制后可按需替换文件名、目录或参数。
apt-cache search [query]
复制后可按需替换文件名、目录或参数。
apt-config dump
复制后可按需替换文件名、目录或参数。
sudo apt update
权限或系统影响较大,执行前请核对目标。
aptdcon --install "[package1 package2]"
复制后可按需替换文件名、目录或参数。
sudo aptitude-curses
权限或系统影响较大,执行前请核对目标。
sudo aptitude update
权限或系统影响较大,执行前请核对目标。
arc a [archive.arc] [files]
复制后可按需替换文件名、目录或参数。
arch-wiki [search_term]
复制后可按需替换文件名、目录或参数。
archdetect
复制后可按需替换文件名、目录或参数。
archwiki-rs search [query]
复制后可按需替换文件名、目录或参数。
argocd app list
复制后可按需替换文件名、目录或参数。
argos-translate --from-lang [en] --to-lang [es] "[Hello, world]"
复制后可按需替换文件名、目录或参数。
arjun -u [https://example.com/page]
复制后可按需替换文件名、目录或参数。
arpaname [ip_address]
复制后可按需替换文件名、目录或参数。
sudo arptables -L
权限或系统影响较大,执行前请核对目标。
trace [com.example.MyClass] [myMethod]
复制后可按需替换文件名、目录或参数。
php artisan list
复制后可按需替换文件名、目录或参数。
asciitoppm < [ascii.txt] > [output.ppm]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
assetfinder [example.com]
复制后可按需替换文件名、目录或参数。
ast-grep --pattern 'console.log($ARG)'
复制后可按需替换文件名、目录或参数。
atuin search -i [query]
复制后可按需替换文件名、目录或参数。
aur search [keyword]
复制后可按需替换文件名、目录或参数。
auracle search '[regex]'
复制后可按需替换文件名、目录或参数。
sudo ausearch -m avc
权限或系统影响较大,执行前请核对目标。
austin-tui python3 [path/to/script.py]
复制后可按需替换文件名、目录或参数。
authselect list
复制后可按需替换文件名、目录或参数。
autoprefixer [input.css] -o [output.css]
复制后可按需替换文件名、目录或参数。
autopsy
复制后可按需替换文件名、目录或参数。
autoreconf
复制后可按需替换文件名、目录或参数。
avahi-autoipd [interface]
复制后可按需替换文件名、目录或参数。
avahi-browse-domains
复制后可按需替换文件名、目录或参数。
avahi-browse -a -r
复制后可按需替换文件名、目录或参数。
avo init
复制后可按需替换文件名、目录或参数。
avr-gcc -mmcu=[atmega328p] -o [output.elf] [source.c]
复制后可按需替换文件名、目录或参数。
avro-tools fromjson --schema-file [schema.avsc] [input.json] > [output.avro]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
aws accessanalyzer list-analyzers
复制后可按需替换文件名、目录或参数。
aws athena start-query-execution --query-string "[SELECT * FROM table LIMIT 10]" --work-group [primary]
复制后可按需替换文件名、目录或参数。
aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
复制后可按需替换文件名、目录或参数。
aws codebuild start-build --project-name [my-project]
复制后可按需替换文件名、目录或参数。
aws dynamodbstreams list-streams --table-name [table_name]
复制后可按需替换文件名、目录或参数。
aws efs describe-file-systems
复制后可按需替换文件名、目录或参数。
aws kendra create-index --name [my-index] --role-arn [arn:aws:iam::account:role/kendra-role]
复制后可按需替换文件名、目录或参数。
aws opensearch list-domain-names
复制后可按需替换文件名、目录或参数。
aws s3 sync [./local-dir] s3://[bucket-name]/
需要网络或远程资源。
aws sts get-caller-identity
复制后可按需替换文件名、目录或参数。
sesh
复制后可按需替换文件名、目录或参数。
awstats -config [virtualhostname] -update
复制后可按需替换文件名、目录或参数。
axi-cache search [keyword]
复制后可按需替换文件名、目录或参数。
az apim create --name [MyApim] --resource-group [MyResourceGroup] --publisher-email [email@domain.com] --publisher-name [MyCompany] --location [eastus]
复制后可按需替换文件名、目录或参数。
az appconfig create --name [MyAppConfig] --resource-group [MyResourceGroup] --location [westus] --sku [Standard]
复制后可按需替换文件名、目录或参数。
az cognitiveservices account create --name [myaccount] --resource-group [myRG] --kind [TextAnalytics] --sku [S1] --location [eastus]
复制后可按需替换文件名、目录或参数。
az deployment group create --resource-group [rg_name] --template-file [template.json]
复制后可按需替换文件名、目录或参数。
az group create -l [westus] -n [MyResourceGroup]
复制后可按需替换文件名、目录或参数。
az logicapp create --name [MyLogicApp] --resource-group [MyResourceGroup] --storage-account [MyStorageAccount] --plan [MyPlan]
复制后可按需替换文件名、目录或参数。
az quantum offerings list --location [eastus]
复制后可按需替换文件名、目录或参数。
az resource list
复制后可按需替换文件名、目录或参数。
az sshkey create --name [MySSHKey] --resource-group [MyResourceGroup]
需要网络或远程资源。
az storage account create -n [account-name] -g [resource-group] -l [westus] --sku [Standard_LRS]
复制后可按需替换文件名、目录或参数。
az storage queue create --name [myqueue] --account-name [mystorageaccount]
复制后可按需替换文件名、目录或参数。
az tag create --resource-id [resource-id] --tags [env=prod team=dev]
复制后可按需替换文件名、目录或参数。
balooctl status
复制后可按需替换文件名、目录或参数。
bandwhich
复制后可按需替换文件名、目录或参数。
batch
复制后可按需替换文件名、目录或参数。
battlestar
复制后可按需替换文件名、目录或参数。
bbrew search [query]
复制后可按需替换文件名、目录或参数。
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)])"
涉及管道、覆盖或删除,执行前请先确认路径和参数。
beeline -u jdbc:hive2://[localhost]:10000/[default]
复制后可按需替换文件名、目录或参数。
echo -e "option1\noption2\noption3" | bemenu
涉及管道、覆盖或删除,执行前请先确认路径和参数。
betterlockscreen -l
复制后可按需替换文件名、目录或参数。
bfs [/path]
复制后可按需替换文件名、目录或参数。
bgpctl show summary
复制后可按需替换文件名、目录或参数。
bgpd
复制后可按需替换文件名、目录或参数。
bgpgrep [path/to/rib.mrt.gz] -subnet [192.0.2.0/24]
权限或系统影响较大,执行前请核对目标。
bibiman [path/to/references.bib]
复制后可按需替换文件名、目录或参数。
bkp [path/to/file]
复制后可按需替换文件名、目录或参数。
blaise --source [Hello.pas] --output [Hello]
复制后可按需替换文件名、目录或参数。
blastn -query [query.fa] -subject [subject.fa] -evalue [1e-9]
复制后可按需替换文件名、目录或参数。
blastp -query [query.fa] -subject [subject.fa] -evalue [1e-9]
复制后可按需替换文件名、目录或参数。
blastx -query [sequences.fasta] -db [nr] -out [results.txt]
复制后可按需替换文件名、目录或参数。
bleachbit --gui
复制后可按需替换文件名、目录或参数。
blight set [50]
复制后可按需替换文件名、目录或参数。
sudo blkid
权限或系统影响较大,执行前请核对目标。
bloodhound
复制后可按需替换文件名、目录或参数。
blueutil-tui
复制后可按需替换文件名、目录或参数。
bmm
复制后可按需替换文件名、目录或参数。
bmptoppm [image.bmp] > [output.ppm]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
boggle
复制后可按需替换文件名、目录或参数。
boltctl
复制后可按需替换文件名、目录或参数。
bondai
复制后可按需替换文件名、目录或参数。
bookokrat [path/to/book.epub]
复制后可按需替换文件名、目录或参数。
bore local -t [remote_server_address] [local_port]
复制后可按需替换文件名、目录或参数。
bowtie2 -x [genome_index] -1 [reads_1.fq] -2 [reads_2.fq] -S [output.sam]
复制后可按需替换文件名、目录或参数。
{ [command1]; [command2]; }
涉及管道、覆盖或删除,执行前请先确认路径和参数。
braindrop
复制后可按需替换文件名、目录或参数。
brew search [text]
复制后可按需替换文件名、目录或参数。
brew uninstall [formula]
复制后可按需替换文件名、目录或参数。
bsdiff [oldfile] [newfile] [patch.bsdiff]
复制后可按需替换文件名、目录或参数。
bspwm -c [path/to/config]
复制后可按需替换文件名、目录或参数。
buck build //[path/to:target]
复制后可按需替换文件名、目录或参数。
buku -a [https://example.com] [tag1,tag2]
复制后可按需替换文件名、目录或参数。
bulk_extractor -o [output_dir] [image.dd]
复制后可按需替换文件名、目录或参数。
bun pm pack
复制后可按需替换文件名、目录或参数。
bun why [package]
复制后可按需替换文件名、目录或参数。
bunny login
复制后可按需替换文件名、目录或参数。
bup init
复制后可按需替换文件名、目录或参数。
bzegrep "[pattern]" [path/to/file.bz2]
复制后可按需替换文件名、目录或参数。
bzfgrep "[string]" [path/to/file.bz2]
复制后可按需替换文件名、目录或参数。
bzgrep ["pattern"] [file.bz2]
复制后可按需替换文件名、目录或参数。
canfield
复制后可按需替换文件名、目录或参数。
getcap [/path/to/binary]
复制后可按需替换文件名、目录或参数。
caps-log
复制后可按需替换文件名、目录或参数。
cardano-node run --topology [path/to/topology.json] --database-path [path/to/db] --socket-path [path/to/node.socket] --config [path/to/config.json]
复制后可按需替换文件名、目录或参数。
cargo bench
复制后可按需替换文件名、目录或参数。
cargo geiger
复制后可按需替换文件名、目录或参数。
cargo locate-project
复制后可按需替换文件名、目录或参数。
cargo msrv find
复制后可按需替换文件名、目录或参数。
cargo new [project_name]
复制后可按需替换文件名、目录或参数。
cargo package
复制后可按需替换文件名、目录或参数。
cargo report future-incompatibilities --id [1]
复制后可按需替换文件名、目录或参数。
cargo rustc -- [rustc_flags]
复制后可按需替换文件名、目录或参数。
cargo search [serde]
复制后可按需替换文件名、目录或参数。
cargo selector run
复制后可按需替换文件名、目录或参数。
cargo tree
复制后可按需替换文件名、目录或参数。
carthage update
复制后可按需替换文件名、目录或参数。
cat [path/to/file]
复制后可按需替换文件名、目录或参数。
catchsegv [./program]
复制后可按需替换文件名、目录或参数。
cdk init app --language [typescript]
复制后可按需替换文件名、目录或参数。
cdktf init --template=[typescript] --local
复制后可按需替换文件名、目录或参数。
cdrdao read-cd --device [/dev/cdrom] --read-raw [image.toc]
复制后可按需替换文件名、目录或参数。
cdrecord -v dev=[/dev/sr0] [image.iso]
复制后可按需替换文件名、目录或参数。
cec-ctl --list-devices
复制后可按需替换文件名、目录或参数。
ceph status
复制后可按需替换文件名、目录或参数。
cf login -a [api.example.com]
复制后可按需替换文件名、目录或参数。
sudo cfdisk [/dev/sdX]
权限或系统影响较大,执行前请核对目标。
cfv
复制后可按需替换文件名、目录或参数。
cgdelete -g [cpu]:[/mygroup]
复制后可按需替换文件名、目录或参数。
cgexec -g cpu:mygroup [command]
复制后可按需替换文件名、目录或参数。
cgset -r cpu.cfs_quota_us=[50000] [/mygroup]
复制后可按需替换文件名、目录或参数。
chage -l username
复制后可按需替换文件名、目录或参数。
chardet [file.txt]
复制后可按需替换文件名、目录或参数。
charmap
复制后可按需替换文件名、目录或参数。
chatuino
复制后可按需替换文件名、目录或参数。
cheatshh
复制后可按需替换文件名、目录或参数。
check-dfsg-status
复制后可按需替换文件名、目录或参数。
check-support-status
复制后可按需替换文件名、目录或参数。
sudo checkinstall -y
权限或系统影响较大,执行前请核对目标。
sudo checkrestart
权限或系统影响较大,执行前请核对目标。
chem [path/to/file.chem] | groffer
涉及管道、覆盖或删除,执行前请先确认路径和参数。
chkconfig --list
复制后可按需替换文件名、目录或参数。
echo "one two three" | choose 0
涉及管道、覆盖或删除,执行前请先确认路径和参数。
chrt -p PID
复制后可按需替换文件名、目录或参数。
chsh
复制后可按需替换文件名、目录或参数。
cinnamon-extension-tool --list --extension
复制后可按需替换文件名、目录或参数。
clamconf
复制后可按需替换文件名、目录或参数。
clamscan [file]
复制后可按需替换文件名、目录或参数。
claws
复制后可按需替换文件名、目录或参数。
clementine
复制后可按需替换文件名、目录或参数。
clipse
复制后可按需替换文件名、目录或参数。
clone(child_func, stack_top, CLONE_NEWNS | SIGCHLD, arg)
涉及管道、覆盖或删除,执行前请先确认路径和参数。
cluster [input.dot] -o [output.dot]
复制后可按需替换文件名、目录或参数。
clusterctl init --infrastructure [aws]
复制后可按需替换文件名、目录或参数。
clusterdb [database_name]
复制后可按需替换文件名、目录或参数。
cmake -B [build]
复制后可按需替换文件名、目录或参数。
cmp [file1] [file2]
复制后可按需替换文件名、目录或参数。
cobib
复制后可按需替换文件名、目录或参数。
code .
复制后可按需替换文件名、目录或参数。
codecrafters login
复制后可按需替换文件名、目录或参数。
codemod -m -d [directory] '[old_pattern]' '[new_pattern]'
复制后可按需替换文件名、目录或参数。
codesign -s "[Developer ID]" [MyApp.app]
复制后可按需替换文件名、目录或参数。
codespell
复制后可按需替换文件名、目录或参数。
codiff [old.o] [new.o]
复制后可按需替换文件名、目录或参数。
cohere
复制后可按需替换文件名、目录或参数。
comby 'console.log(:[arg])' 'logger.info(:[arg])' [.js]
复制后可按需替换文件名、目录或参数。
, [command]
复制后可按需替换文件名、目录或参数。
command [ls]
复制后可按需替换文件名、目录或参数。
composer-require-checker check
复制后可按需替换文件名、目录或参数。
composite [overlay.png] [background.png] [output.png]
复制后可按需替换文件名、目录或参数。
sudo compsize [path/to/file_or_directory]
权限或系统影响较大,执行前请核对目标。
conda activate [env_name]
复制后可按需替换文件名、目录或参数。
conda clean --all
复制后可按需替换文件名、目录或参数。
conda compare [env_name] [environment.yml]
复制后可按需替换文件名、目录或参数。
conda config --show
复制后可按需替换文件名、目录或参数。