Forrest logo
back to context overview

pbcopy

List of commands for pbcopy:

  • pbcopy:tldr:574b2 pbcopy: Place the contents of a specific file in the clipboard.
    $ pbcopy < ${filename}
    try on your machine
    explain this command
  • pbcopy:tldr:61937 pbcopy: Place the results of a specific command in the clipboard.
    $ find . -type t -name "*.png" | pbcopy
    try on your machine
    explain this command
back to context overview