phcopy and pbpaste are super useful command-line tools for Copy and Paste (ctrl+c / ctrl+v).
# copy content from a text file $ cat my-file.txt | pbcopy # paste (output) from clipboard $ pbpaste phcopy and pbpaste are super useful command-line tools for Copy and Paste (ctrl+c / ctrl+v).
# copy content from a text file $ cat my-file.txt | pbcopy # paste (output) from clipboard $ pbpaste For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)