Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Ubuntu 12.04。我想在不使用鼠标的情况下复制 Lynx 中的 URL。URL 应复制到剪贴板。我试过使用Ctrl+ A,Ctrl+ K,但它没有被复制到剪贴板。
好吧,如果您不介意复杂的东西,则可以在屏幕内打开 lynx 时执行此操作,请执行以下操作:
echo "that paste" | xclip -selection clipboard
也许使用w3m,或者lynx您可以将选择的文本通过管道传输到xclip中,但这远不能确定。
w3m
lynx
xclip