Show most used commands
Useful Linux one-liner
history | awk '{print $2}' | sort | uniq -c | sort -nr | head
Linux basics
155 Regular Expressions Linux command examples grouped into 16 practical sections.
Browse grouped command cards or search directly below.
51 commands
Useful Linux one-liner
history | awk '{print $2}' | sort | uniq -c | sort -nr | head
Translate awk scripts to Perl
a2p [script.awk] > [script.pl]
Convert between PostScript, EPS, and PDF formats
a2ping [input.ps] [output.pdf]
grep-like source code search tool for programmers
ack [pattern]
Pattern scanning and text processing language
awk '{print $5}' [path/to/file]
Search bzip2 files using extended regular expressions
bzegrep "[pattern]" [path/to/file.bz2]
Search bzip2 compressed files for patterns
bzgrep ["pattern"] [file.bz2]
Perl module dependency manager
carton install
Console-based bibliography manager
cobib
extended regex pattern searcher
egrep "[pattern]" [file.txt]
fast and user-friendly file finder
fd [pattern]
fast and user-friendly file finder
fdfind [pattern]
Translate find command lines to equivalent Perl code
find2perl [directory] -name "[*.txt]"
GNU implementation of AWK text processor
gawk '{print $1, $3}' [path/to/file]
wireless recon visualization tool for Kismet data
giskismet -x [kismet-output.netxml]
Web interface for browsing Git repositories
git instaweb --httpd=[webrick]
Shell conditional statement
if [[ condition ]]; then command; fi
Interactive grep with TUI for browsing results
igrep "[pattern]"
terminal-based IRC client known for its scriptability, themability
irssi
Modal text editor with multiple selections as a core concept
kak [path/to/file]
TUI for viewing logs from journald, Docker, and Kubernetes
lazyjournal
lists available printers and printer drivers known to CUPS
lpinfo -v
like awk, sed, cut, join, and sort for name-indexed data such as CSV
mlr --csv --ojson cat [file.csv]
open files by mimetype
mimeopen [file.pdf]
determines the MIME type of files using the shared-mime-info database
mimetype [path/to/file]
processes structured text data
mlr --csv --ojson cat [data.csv]
filters PO file translations through a command
msgfilter [sed -e 's/old/new/g'] < [input.po] > [output.po]
searches for text patterns in PDF files, similar to grep but for PDFs
pdfgrep "[pattern]" [file.pdf]
adds interactive filtering to any text stream
[command] | percol
perl documentation file containing all diagnostic messages that Perl can produce
perldoc perldiag
searches for processes by name or attributes, returning their PIDs
pgrep [nginx]
Find files quickly using indexed database
plocate [filename]
Convert Perl POD documentation to man pages
pod2man [file.pod] > [file.1]
Search for processes by name pattern
psgrep [pattern]
Apply pattern matching to the contents of files in a tar archive
ptargrep "[pattern]" [archive.tar.gz]
The Raku programming language interpreter
raku
48 commands
List installed packages on an Android device
adb shell pm list packages
Scan APKs for hardcoded secrets and keys
apkleaks -f [app.apk]
Structural code search and rewrite using AST patterns
ast-grep --pattern 'console.log($ARG)'
Lightweight tool for querying the Arch User Repository.
auracle search '[regex]'
Filter and search BGP routing data in MRT format
bgpgrep [path/to/rib.mrt.gz] -subnet [192.0.2.0/24]
static analysis for infrastructure as code
checkov -d [path/to/directory]
source code line counter
cloc [directory]
interactive regex-based codebase refactoring tool
codemod -m -d [directory] '[old_pattern]' '[new_pattern]'
Perl module installer from CPAN
cpan [Module::Name]
Zero-configuration CPAN installer
cpanm [Module::Name]
CSV to tab-separated values converter
csv2tsv [input.csv] > [output.tsv]
Suite of command-line CSV processing tools
csvlook [data.csv]
enumerate information from Windows and Samba systems
enum4linux -a [remote_host]
evaluate arithmetic and string expressions in shell
expr [5] + [3]
fast recursive web content discovery tool
feroxbuster --url [https://example.com]
Terminal UI for personal finance with Plaid sync, categorization, tags and FIRE tracking
fungible
graphical IRC client for Linux, Windows, and macOS
hexchat
command-line JSON processor
cat [data.json] | jq '.'
tails logs from multiple pods simultaneously
kubetail [pod-name-prefix]
perl script that automates LaTeX document compilation
latexmk -pdf [document.tex]
Flatten LaTeX source by expanding \input and \include directives
latexpand [input.tex] > [output.tex]
queries an ID database to find tokens matching a specified pattern
lid
Blazing fast ls replacement with superpowers
lla
CLI tool for log stream splitting and visualization
tail -f [logfile] | logss -c "[pattern1]" -c "[pattern2]"
command-line HTTP client from the LWP suite
lwp-request [https://example.com/]
Search compressed files for fixed strings
lzfgrep [string] [file.lz]
builds an identifier database for source code files, enabling fast searches
mkid
collection of useful Unix utilities that don't quite fit anywhere else
cat [file] | grep [pattern] | sponge [file]
identifies outdated dependencies in package
ncu
Fast remote-first multi-host TUI log viewer with timeline histogram
nerdlog [user]@[host]
Interactive process-aware network connection monitor
netshow
The Perl 5 language interpreter
perl [script.pl]
documents Perl regular expressions, one of the most powerful regex
perldoc perlre
Detect and mask personally identifiable information in text
pii-shield detect "Contact john@example.com for help"
Manage multiple Perl installations
plenv versions
Convert Perl POD documentation to HTML
pod2html --infile=[file.pod] --outfile=[file.html]
38 commands
Useful Linux one-liner
grep -ir "text" .
Useful Linux one-liner
upower -i $(upower -e | grep BAT) | grep percentage
fish shell abbreviation manager
abbr --add [abbreviation_name] [command] [arguments]
Search code fast like ack but faster
ag [pattern]
Search manual page descriptions by keyword
apropos [keyword]
human-friendly alternative to cut and awk
echo "one two three" | choose 0
CSV row filter by column values
csvgrep -c [column] -m "[value]" [data.csv]
syntax-highlighting pager for diffs
git diff | delta
Fast, interactive codebase-wide find and replace
fastmod "[old_string]" "[new_string]"
fixed-string search without regex
fgrep "[search string]" [file.txt]
Search patterns in tracked files
git grep "[pattern]"
Display comprehensive repository information
git info
Find and replace across tracked files
git sed "[old]" "[new]"
Pattern-matching text search utility
grep [pattern] [file]
Make JSON greppable
gron [file.json]
set default boot entry for next reboot only
sudo grub-reboot [entry_number]
Modern alternative to the watch command with diff history
hwatch [command]
parses JSON in shell scripts
echo '{"name":"test"}' | jshon -e name
JSON pretty printer from Perl
json_pp < [data.json]
linux kernel virtualization module
lscpu | grep Virtualization
searches for extended regular expression patterns in lzip-compressed files
lzegrep [pattern] [file.lz]
searches for patterns in lzip-compressed files
lzgrep [pattern] [file.lz]
Command-line note-taking, bookmarking, and knowledge base
nb add
network grep
ngrep -q "[pattern]"
Fast new version checker for software releases
nvrs
Display Perl documentation
perldoc [Module::Name]
Reliable PostgreSQL backup and restore tool
pgbackrest --stanza=[name] stanza-create
Terminal UI for regex testing
echo "hello world 123" | rexi
Interactive find-and-replace in the terminal
scooter
Lightweight static analysis for code security and quality
semgrep scan --config auto
VS Code-style search and replace TUI for the terminal
serpl
Adjust stream buffering of commands
stdbuf -oL [command]
Generate language bindings for C/C++ code
swig -python [interface.i]
Unicode-aware uppercase filter
echo "[straße]" | uc
Disable output buffering for commands
unbuffer [command]
Interactive grep with editor integration
vgrep "[pattern]"
16 commands
Exim mail queue search utility
exiqgrep -f '<[email@example.com]>'
Perl regex-based file renaming
file-rename 's/old/new/' [files]
creates Perl extension module skeletons
h2xs -A -n [Module::Name]
Run and test HTTP requests with plain text
hurl [path/to/file.hurl]
sends a signal to all processes running the specified command
killall [process_name]
Batch rename utility for developers
nomino -r "[regex]" "[output_pattern]"
renames files using Perl regular expressions
perl-rename 's/old/new/' [*.txt]
Rename files using Perl expressions
prename 's/old/new/' [*.txt]
Regular expression based file rename tool
regname [pattern] [replacement] [files]
Rename multiple files
tldr perl-rename
Rename files using simple string substitution (util-linux version)
rename.ul foo bar *.txt
Rename files using string substitution
rename [foo] [bar] *
Bulk rename files with patterns
rnm -ss [old] -rs [new] [directory]
Terminal client for Simplenote
sncli
Syntax-aware grep and code editing tool
echo 'Hello World!' | srgn '[wW]orld' -- 'there'
Terminal-based data exploration spreadsheet
vd [file.csv]
14 commands
Useful Linux one-liner
sed -i 's/old/new/g' *.txt
Shell history substitution and regex anchor character
^[old]^[new]
standard Unix line editor
ed [file.txt]
Perl utility for creating custom Encode modules
enc2xs -M [ModuleName] [encoding.ucm]
graph stream editor, similar to awk for graphs
gvpr -f [script.gvpr] [input.gv]
Minimal terminal AI coding agent with pluggable LLM providers
keen
extracts specific fields from input
echo "[a b c]" | nth [2]
Regular expression syntax reference
regex
Ruby programming language interpreter
ruby
Stream editor for text transformations
[command] | sed 's/apple/mango/g'
Create squashfs filesystem from tar archives
sqfstar < [archive.tar] [filesystem.squashfs]
Enhanced text field cutting and splitting
echo "[a\tb\tc]" | tuc -f 1
Extensible terminal-based chat client
weechat
Command-line XML processing toolkit
xmlstarlet sel -t -v "[xpath]" [file.xml]
6 commands
Regex generator from example strings
grex [foo] [bar] [baz]
Convert C header files to Perl header files
h2ph [header.h]
CLI tool for real-time log aggregation and analysis
logria
manages multiple Perl installations in user space
perlbrew install perl-[5.38.0]
Benchmark Proxmox host performance
pveperf
Pattern matching for malware detection
yara [rules.yar] [file]
2 commands
1 commands
1 commands
Import old personal dictionaries into GNU Aspell
aspell-import
1 commands
installed packages viewer
conda list
1 commands
1 commands
Validate Perl POD documentation syntax
podchecker [file.pod]
1 commands
1 commands
1 commands
1 commands
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.
upower -i $(upower -e | grep BAT) | grep percentage
Uses pipes, overwrite, or deletion. Check paths and options first.
history | awk '{print $2}' | sort | uniq -c | sort -nr | head
Uses pipes, overwrite, or deletion. Check paths and options first.
a2p [script.awk] > [script.pl]
Uses pipes, overwrite, or deletion. Check paths and options first.
a2ping [input.ps] [output.pdf]
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.
ack [pattern]
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.
ag [pattern]
Copy it and replace filenames, paths, or keywords as needed.
apkleaks -f [app.apk]
Copy it and replace filenames, paths, or keywords as needed.
apropos [keyword]
Copy it and replace filenames, paths, or keywords as needed.
aspell-import
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.
auracle search '[regex]'
Copy it and replace filenames, paths, or keywords as needed.
awk '{print $5}' [path/to/file]
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.
bzegrep "[pattern]" [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.
^[old]^[new]
Copy it and replace filenames, paths, or keywords as needed.
carton install
Copy it and replace filenames, paths, or keywords as needed.
checkov -d [path/to/directory]
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.
cloc [directory]
Copy it and replace filenames, paths, or keywords as needed.
cobib
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.
conda list
Copy it and replace filenames, paths, or keywords as needed.
cpan [Module::Name]
Copy it and replace filenames, paths, or keywords as needed.
cpanm [Module::Name]
Copy it and replace filenames, paths, or keywords as needed.
csv2tsv [input.csv] > [output.tsv]
Uses pipes, overwrite, or deletion. Check paths and options first.
csvgrep -c [column] -m "[value]" [data.csv]
Copy it and replace filenames, paths, or keywords as needed.
csvlook [data.csv]
Copy it and replace filenames, paths, or keywords as needed.
git diff | delta
Uses pipes, overwrite, or deletion. Check paths and options first.
ed [file.txt]
Copy it and replace filenames, paths, or keywords as needed.
egrep "[pattern]" [file.txt]
Copy it and replace filenames, paths, or keywords as needed.
enc2xs -M [ModuleName] [encoding.ucm]
Copy it and replace filenames, paths, or keywords as needed.
enum4linux -a [remote_host]
Copy it and replace filenames, paths, or keywords as needed.
exiqgrep -f '<[email@example.com]>'
Uses pipes, overwrite, or deletion. Check paths and options first.
expr [5] + [3]
Copy it and replace filenames, paths, or keywords as needed.
exrex '[a-z]{3}'
Copy it and replace filenames, paths, or keywords as needed.
fastmod "[old_string]" "[new_string]"
Copy it and replace filenames, paths, or keywords as needed.
fd [pattern]
Copy it and replace filenames, paths, or keywords as needed.
fdfind [pattern]
Copy it and replace filenames, paths, or keywords as needed.
feroxbuster --url [https://example.com]
Copy it and replace filenames, paths, or keywords as needed.
fgrep "[search string]" [file.txt]
Copy it and replace filenames, paths, or keywords as needed.
file-rename 's/old/new/' [files]
Copy it and replace filenames, paths, or keywords as needed.
find2perl [directory] -name "[*.txt]"
Copy it and replace filenames, paths, or keywords as needed.
fungible
Copy it and replace filenames, paths, or keywords as needed.
gawk '{print $1, $3}' [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
giskismet -x [kismet-output.netxml]
Copy it and replace filenames, paths, or keywords as needed.
git grep "[pattern]"
Copy it and replace filenames, paths, or keywords as needed.
git info
Copy it and replace filenames, paths, or keywords as needed.
git sed "[old]" "[new]"
Copy it and replace filenames, paths, or keywords as needed.
git instaweb --httpd=[webrick]
Copy it and replace filenames, paths, or keywords as needed.
grep [pattern] [file]
Copy it and replace filenames, paths, or keywords as needed.
grex [foo] [bar] [baz]
Copy it and replace filenames, paths, or keywords as needed.
gron [file.json]
Copy it and replace filenames, paths, or keywords as needed.
sudo grub-reboot [entry_number]
May affect permissions or system state. Check the target first.
gvpr -f [script.gvpr] [input.gv]
Copy it and replace filenames, paths, or keywords as needed.
h2ph [header.h]
Copy it and replace filenames, paths, or keywords as needed.
h2xs -A -n [Module::Name]
Copy it and replace filenames, paths, or keywords as needed.
hexchat
Copy it and replace filenames, paths, or keywords as needed.
hurl [path/to/file.hurl]
Copy it and replace filenames, paths, or keywords as needed.
hwatch [command]
Copy it and replace filenames, paths, or keywords as needed.
if [[ condition ]]; then command; fi
Uses pipes, overwrite, or deletion. Check paths and options first.
igrep "[pattern]"
Copy it and replace filenames, paths, or keywords as needed.
irssi
Copy it and replace filenames, paths, or keywords as needed.
cat [data.json] | jq '.'
Uses pipes, overwrite, or deletion. Check paths and options first.
echo '{"name":"test"}' | jshon -e name
Uses pipes, overwrite, or deletion. Check paths and options first.
json_pp < [data.json]
Copy it and replace filenames, paths, or keywords as needed.
kak [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
keen
Copy it and replace filenames, paths, or keywords as needed.
killall [process_name]
Copy it and replace filenames, paths, or keywords as needed.
kubetail [pod-name-prefix]
Copy it and replace filenames, paths, or keywords as needed.
lscpu | grep Virtualization
Uses pipes, overwrite, or deletion. Check paths and options first.
latexmk -pdf [document.tex]
Copy it and replace filenames, paths, or keywords as needed.
latexpand [input.tex] > [output.tex]
Uses pipes, overwrite, or deletion. Check paths and options first.
lazyjournal
Copy it and replace filenames, paths, or keywords as needed.
lid
Copy it and replace filenames, paths, or keywords as needed.
lla
Copy it and replace filenames, paths, or keywords as needed.
logria
Copy it and replace filenames, paths, or keywords as needed.
tail -f [logfile] | logss -c "[pattern1]" -c "[pattern2]"
Uses pipes, overwrite, or deletion. Check paths and options first.
lpinfo -v
Copy it and replace filenames, paths, or keywords as needed.
lwp-request [https://example.com/]
Copy it and replace filenames, paths, or keywords as needed.
lzegrep [pattern] [file.lz]
Copy it and replace filenames, paths, or keywords as needed.
lzfgrep [string] [file.lz]
Copy it and replace filenames, paths, or keywords as needed.
lzgrep [pattern] [file.lz]
Copy it and replace filenames, paths, or keywords as needed.
mlr --csv --ojson cat [file.csv]
Copy it and replace filenames, paths, or keywords as needed.
mimeopen [file.pdf]
Copy it and replace filenames, paths, or keywords as needed.
mimetype [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
mkid
Copy it and replace filenames, paths, or keywords as needed.
mlr --csv --ojson cat [data.csv]
Copy it and replace filenames, paths, or keywords as needed.
cat [file] | grep [pattern] | sponge [file]
Uses pipes, overwrite, or deletion. Check paths and options first.
msgfilter [sed -e 's/old/new/g'] < [input.po] > [output.po]
Uses pipes, overwrite, or deletion. Check paths and options first.
nb add
Copy it and replace filenames, paths, or keywords as needed.
ncu
Copy it and replace filenames, paths, or keywords as needed.
nerdlog [user]@[host]
Copy it and replace filenames, paths, or keywords as needed.
netshow
Copy it and replace filenames, paths, or keywords as needed.
ngrep -q "[pattern]"
Copy it and replace filenames, paths, or keywords as needed.
nomino -r "[regex]" "[output_pattern]"
Copy it and replace filenames, paths, or keywords as needed.
echo "[a b c]" | nth [2]
Uses pipes, overwrite, or deletion. Check paths and options first.
nvrs
Copy it and replace filenames, paths, or keywords as needed.
pdfgrep "[pattern]" [file.pdf]
Copy it and replace filenames, paths, or keywords as needed.
[command] | percol
Uses pipes, overwrite, or deletion. Check paths and options first.
perl-rename 's/old/new/' [*.txt]
Copy it and replace filenames, paths, or keywords as needed.
perl [script.pl]
Copy it and replace filenames, paths, or keywords as needed.
perlbrew install perl-[5.38.0]
Copy it and replace filenames, paths, or keywords as needed.
perldoc perldiag
Copy it and replace filenames, paths, or keywords as needed.
perldoc [Module::Name]
Copy it and replace filenames, paths, or keywords as needed.
perlivp
Copy it and replace filenames, paths, or keywords as needed.
perldoc perlre
Copy it and replace filenames, paths, or keywords as needed.
pgbackrest --stanza=[name] stanza-create
Copy it and replace filenames, paths, or keywords as needed.
pgrep [nginx]
Copy it and replace filenames, paths, or keywords as needed.
pii-shield detect "Contact john@example.com for help"
Copy it and replace filenames, paths, or keywords as needed.
pl2pm [library.pl] > [Module.pm]
Uses pipes, overwrite, or deletion. Check paths and options first.
plenv versions
Copy it and replace filenames, paths, or keywords as needed.
plocate [filename]
Copy it and replace filenames, paths, or keywords as needed.
pod2html --infile=[file.pod] --outfile=[file.html]
Copy it and replace filenames, paths, or keywords as needed.
pod2man [file.pod] > [file.1]
Uses pipes, overwrite, or deletion. Check paths and options first.
pod2text [file.pod]
Copy it and replace filenames, paths, or keywords as needed.
podchecker [file.pod]
Copy it and replace filenames, paths, or keywords as needed.
podselect -section [NAME] [file.pod]
Copy it and replace filenames, paths, or keywords as needed.
prename 's/old/new/' [*.txt]
Copy it and replace filenames, paths, or keywords as needed.
psgrep [pattern]
Copy it and replace filenames, paths, or keywords as needed.
ptargrep "[pattern]" [archive.tar.gz]
Copy it and replace filenames, paths, or keywords as needed.
pveperf
Copy it and replace filenames, paths, or keywords as needed.
rails routes
Copy it and replace filenames, paths, or keywords as needed.
raku
Copy it and replace filenames, paths, or keywords as needed.
recdel -e "[Name = 'John']" [file.rec]
Copy it and replace filenames, paths, or keywords as needed.
reflex [command]
Copy it and replace filenames, paths, or keywords as needed.
regex
Copy it and replace filenames, paths, or keywords as needed.
regname [pattern] [replacement] [files]
Copy it and replace filenames, paths, or keywords as needed.
tldr perl-rename
Copy it and replace filenames, paths, or keywords as needed.
rename.ul foo bar *.txt
Copy it and replace filenames, paths, or keywords as needed.
rename [foo] [bar] *
Copy it and replace filenames, paths, or keywords as needed.
echo "hello world 123" | rexi
Uses pipes, overwrite, or deletion. Check paths and options first.
rg "[pattern]"
Copy it and replace filenames, paths, or keywords as needed.
rga [pattern]
Copy it and replace filenames, paths, or keywords as needed.
rgrep "[pattern]" [path]
Copy it and replace filenames, paths, or keywords as needed.
rg "[pattern]"
Copy it and replace filenames, paths, or keywords as needed.
rnm -ss [old] -rs [new] [directory]
Copy it and replace filenames, paths, or keywords as needed.
ruby
Copy it and replace filenames, paths, or keywords as needed.
scooter
Copy it and replace filenames, paths, or keywords as needed.
sd '[find]' '[replace]' [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
[command] | sed 's/apple/mango/g'
Uses pipes, overwrite, or deletion. Check paths and options first.
semgrep scan --config auto
Copy it and replace filenames, paths, or keywords as needed.
serpl
Copy it and replace filenames, paths, or keywords as needed.
shasum [file]
Copy it and replace filenames, paths, or keywords as needed.
stern --context kind etcd |& sig
Uses pipes, overwrite, or deletion. Check paths and options first.
sncli
Copy it and replace filenames, paths, or keywords as needed.
source-highlight -i [file.java] -o [file.html]
Copy it and replace filenames, paths, or keywords as needed.
sqfstar < [archive.tar] [filesystem.squashfs]
Copy it and replace filenames, paths, or keywords as needed.
echo 'Hello World!' | srgn '[wW]orld' -- 'there'
Uses pipes, overwrite, or deletion. Check paths and options first.
stdbuf -oL [command]
Copy it and replace filenames, paths, or keywords as needed.
swig -python [interface.i]
Copy it and replace filenames, paths, or keywords as needed.
systeroid -A
Copy it and replace filenames, paths, or keywords as needed.
thrift --gen [language] [file.thrift]
Copy it and replace filenames, paths, or keywords as needed.
tlmgr gui
Copy it and replace filenames, paths, or keywords as needed.
trex
Copy it and replace filenames, paths, or keywords as needed.
trufflehog git [https://github.com/user/repo]
Copy it and replace filenames, paths, or keywords as needed.
echo "[a\tb\tc]" | tuc -f 1
Uses pipes, overwrite, or deletion. Check paths and options first.
echo "[straße]" | uc
Uses pipes, overwrite, or deletion. Check paths and options first.
ugrep "[pattern]" [file]
Copy it and replace filenames, paths, or keywords as needed.
unbuffer [command]
Copy it and replace filenames, paths, or keywords as needed.
urlscan < [email.txt]
Copy it and replace filenames, paths, or keywords as needed.
urxvt
Copy it and replace filenames, paths, or keywords as needed.
vd [file.csv]
Copy it and replace filenames, paths, or keywords as needed.
vgrep "[pattern]"
Copy it and replace filenames, paths, or keywords as needed.
vi-mongo
Copy it and replace filenames, paths, or keywords as needed.
echo "text" | vipe
Uses pipes, overwrite, or deletion. Check paths and options first.
weechat
Copy it and replace filenames, paths, or keywords as needed.
xgettext -o [messages.pot] [*.c]
Copy it and replace filenames, paths, or keywords as needed.
xml depyx [file.pyx]
Copy it and replace filenames, paths, or keywords as needed.
xml pyx [file.xml]
Copy it and replace filenames, paths, or keywords as needed.
xmlstarlet sel -t -v "[xpath]" [file.xml]
Copy it and replace filenames, paths, or keywords as needed.
xzegrep "[pattern]" [file.xz]
Copy it and replace filenames, paths, or keywords as needed.
xzfgrep "[string]" [file.xz]
Copy it and replace filenames, paths, or keywords as needed.
xzgrep "[pattern]" [file.xz]
Copy it and replace filenames, paths, or keywords as needed.
yara [rules.yar] [file]
Copy it and replace filenames, paths, or keywords as needed.
zegrep "[pattern]" [file.gz]
Copy it and replace filenames, paths, or keywords as needed.
zfgrep "[string]" [file.gz]
Copy it and replace filenames, paths, or keywords as needed.
zgrep "[pattern]" [file.gz]
Copy it and replace filenames, paths, or keywords as needed.
zipgrep [pattern] [archive.zip]
Copy it and replace filenames, paths, or keywords as needed.
lsmod | grep -i zram
Uses pipes, overwrite, or deletion. Check paths and options first.