将命令输出复制到Windows剪贴板

时间:2017-04-26 16:12:54

标签: windows ubuntu clipboard

我正在使用ubuntu 16.04 VPS,我从windows中通过putty登录。我想复制输出:

sudo nginx -T

到我的Windows剪贴板。我试过了:

deploy@server:/etc/nginx/sites-available$ sudo nginx -T | xclip -selection c
Error: Can't open display: (null)
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

但是没有任何内容复制到我的本地剪贴板。我怎样才能做到这一点?

1 个答案:

答案 0 :(得分:0)

您需要将$ DISPLAY环境var传递给命令。像这样运行:

DISPLAY=:0 sudo nginx -T | xclip -selection c

如果xclip不起作用,您也可以尝试使用xsel