Copy To Clipboard While Ssh Into Another Terminal

[Solved] Copy To Clipboard While Ssh Into Another Terminal | Shell - Code Explorer | yomemimo.com
Question : copy to clipboard while ssh into another terminal

Answered by : justin-billson

#Powershell
ssh user@server cat /home/user/file | clip

Source : https://unix.stackexchange.com/questions/16694/copy-input-to-clipboard-over-ssh | Last Update : Fri, 15 Oct 21

Answers related to copy to clipboard while ssh into another terminal

Code Explorer Popular Question For Shell