TLDR
Enter a command. For example: mdls, vm_stat, pmset, xed, arch, pkgutil.

pbcopy

 
Place standard output in the clipboard. More information: https://ss64.com/osx/pbcopy.html.
 
  • Place the contents of a file in the clipboard:
     
    pbcopy < {{file}}
     
  • Place the results of a command in the clipboard:
     
    find . -type t -name "*.png" | pbcopy

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.