Forrest logo
back to context overview

pbpaste

List of commands for pbpaste:

  • pbpaste:tldr:d3195 pbpaste: Use the contents of the clipboard as input to a command.
    $ pbpaste | grep foo
    try on your machine
    explain this command
  • pbpaste:tldr:da216 pbpaste: Write the contents of the clipboard to a file.
    $ pbpaste > ${filename}
    try on your machine
    explain this command
back to context overview