在终端命令行中把输出复制到剪贴板的命令 All In One
use command copy from the Terminal
Linux 系统
Debian / Ubuntu / Raspberry Pi OS
# Raspberry Pi
$ grep shutdown | ???
https://www.raspberrypi.com/documentation/computers/os.html
macOS 系统
# zsh
$ grep shutdown | pbcopy
$ grep shutdown | pbcopy > shutdown.md
Windows 系统
# CMD / PowerShell
$ dir > clip