pwd | xsel -i
(如果你不想要尾随的换行符,使用printf%s“$(pwd)”| xsel -i(大部分是正确的)pwd | head -c -1 | xsel -i(完全正确的))
更新2014年8月:xsel程序坏了:见我的bugreport.
也许你可以和xclip一起去.