(同じ利用者による、間の3版が非表示)
1行目: 1行目:
==オプション==
==オプション==
;--selection [s|c]
;-o / -out
:print the selection to standard out (generally for piping to a file or program)
;-r / -rmlastnl
:when the last character of the selection is a newline character,  remove  it.
;--selection [ s | c ]
:格納先をセカンダリ、クリップボードに変更
:格納先をセカンダリ、クリップボードに変更


  $ ls | xclip
  $ ls | xclip
  $ xclip test.txt
  $ xclip test.txt

2019年3月5日 (火) 15:28時点における最新版

オプション

-o / -out
print the selection to standard out (generally for piping to a file or program)
-r / -rmlastnl
when the last character of the selection is a newline character, remove it.
--selection [ s | c ]
格納先をセカンダリ、クリップボードに変更
$ ls | xclip
$ xclip test.txt