命令结果

8628 commands found

telnet towel.blinkenlights.nl

Requires network or a remote resource.

mplayer -vo caca video.mp4

Copy it and replace filenames, paths, or keywords as needed.

fortune | cowsay

Uses pipes, overwrite, or deletion. Check paths and options first.

echo "text" | pv -qL 10

Uses pipes, overwrite, or deletion. Check paths and options first.

cmatrix

Copy it and replace filenames, paths, or keywords as needed.

cp file{,.bak}

Copy it and replace filenames, paths, or keywords as needed.

tar czf backup.tar.gz directory/

Copy it and replace filenames, paths, or keywords as needed.

tar xzf archive.tar.gz

Copy it and replace filenames, paths, or keywords as needed.

pkill process_name

May affect permissions or system state. Check the target first.

< /dev/urandom tr -dc A-Za-z0-9 | head -c 32; echo

Uses pipes, overwrite, or deletion. Check paths and options first.

wc -l file.txt

Copy it and replace filenames, paths, or keywords as needed.

sort file | uniq

Uses pipes, overwrite, or deletion. Check paths and options first.

find . -iname "*.log"

Copy it and replace filenames, paths, or keywords as needed.

command -v cmd >/dev/null && echo yes

Uses pipes, overwrite, or deletion. Check paths and options first.

> file.txt

Uses pipes, overwrite, or deletion. Check paths and options first.

tar cjf archive.tar.bz2 dir/

Copy it and replace filenames, paths, or keywords as needed.

xmllint --format file.xml

Copy it and replace filenames, paths, or keywords as needed.

tail -f logfile

Copy it and replace filenames, paths, or keywords as needed.

ls -d */

Copy it and replace filenames, paths, or keywords as needed.

command | xclip -sel clip

Uses pipes, overwrite, or deletion. Check paths and options first.

ln -s target link

Copy it and replace filenames, paths, or keywords as needed.

git branch --show-current

Copy it and replace filenames, paths, or keywords as needed.

Show calendar

趣味
cal

Copy it and replace filenames, paths, or keywords as needed.

qrencode -t ANSI "text"

Copy it and replace filenames, paths, or keywords as needed.

script session.log

Copy it and replace filenames, paths, or keywords as needed.

scriptreplay -t timing.log session.log

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.

crontab -l

Copy it and replace filenames, paths, or keywords as needed.

gpg -c file

May affect permissions or system state. Check the target first.

mount -t tmpfs -o size=1G tmpfs /mnt/ram

May affect permissions or system state. Check the target first.

split -b 1G largefile part-

Copy it and replace filenames, paths, or keywords as needed.

cat part-* > largefile

Uses pipes, overwrite, or deletion. Check paths and options first.

sha256sum file

Copy it and replace filenames, paths, or keywords as needed.

uptime

Copy it and replace filenames, paths, or keywords as needed.

command | pv -s $(du -b input | cut -f1)

Uses pipes, overwrite, or deletion. Check paths and options first.

pdftotext file.pdf - | less

Uses pipes, overwrite, or deletion. Check paths and options first.

dd if=iso.iso of=/dev/sdX bs=4M status=progress

May affect permissions or system state. Check the target first.

dd if=/dev/urandom of=/dev/sdX

May affect permissions or system state. Check the target first.

lshw -short

Copy it and replace filenames, paths, or keywords as needed.

dd if=/dev/zero of=test bs=1G count=1 oflag=dsync

May affect permissions or system state. Check the target first.

Play beep

文本
echo -e "\a"

Copy it and replace filenames, paths, or keywords as needed.

timedatectl

Copy it and replace filenames, paths, or keywords as needed.

for i in {1..50}; do echo -e "\e[${((RANDOM%7+31))}m✨\e[0m"; sleep 0.1; done

Uses pipes, overwrite, or deletion. Check paths and options first.

Rainbow text

文本
echo "text" | lolcat

Uses pipes, overwrite, or deletion. Check paths and options first.

find . -xtype l

Copy it and replace filenames, paths, or keywords as needed.

ruby -run -e httpd . -p 8000

Copy it and replace filenames, paths, or keywords as needed.

php -S localhost:8000

Copy it and replace filenames, paths, or keywords as needed.

history | awk '{print $2}' | sort | uniq -c | sort -nr | head

Uses pipes, overwrite, or deletion. Check paths and options first.

a() { case $1 in *.tar.gz) tar xzf $1;; *.zip) unzip $1;; esac; }; a file

Uses pipes, overwrite, or deletion. Check paths and options first.

truncate -s 10G file.img

Copy it and replace filenames, paths, or keywords as needed.

gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=out.pdf in1.pdf in2.pdf

Copy it and replace filenames, paths, or keywords as needed.

ffmpeg -i input.mp4 output.gif

Copy it and replace filenames, paths, or keywords as needed.

for f in *.txt; do mv "$f" "${f%.txt}.bak"; done

Uses pipes, overwrite, or deletion. Check paths and options first.

git status -sb

Copy it and replace filenames, paths, or keywords as needed.

while true; do echo -e "HTTP/1.1 200 OK\n\n$(date)" | nc -l 8080; done

Uses pipes, overwrite, or deletion. Check paths and options first.