1月15日開催!現年収非公開で企業からスカウトをもらってみませんか?PR

転職ドラフトでリアルな市場価値を測る。レジュメをもとに、企業から年収とミッションが提示されます。

17
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Mac】クリップボードをファイルに保存、ファイルの中身をクリップボードにコピー【ターミナル】

Posted at

概要

 クリップボードの中身をファイルに保存したい時、いちいちエディタ開いてペーストして保存するのは面倒ですよね。

 この投稿ではそのような煩雑なことをしないで良くなる、Macのターミナル操作で、

  • クリップボードの内容をファイルに保存する方法
  • ファイルの内容をクリップボードにコピーする方法

を紹介します。

クリップボードの内容をファイルに保存する方法

 ターミナルでpbcopyを使います。

pbpaste > example.txt

ファイルの内容をクリップボードにコピーする方法

 ターミナルでpbpasteを使います。

pbcopy < example.txt

参考

17
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?