在mac中将man输出至preview的方法,转载自tip4mac 经常在终端中需要查询命令或者函数的用法,terminator看久了难免会眼睛会疲劳,可是使用以下命令将命令输出至Preview中。

	man -t cal | open -a Preview -f

相关文章:

  • 2021-09-21
  • 2021-07-18
  • 2021-12-27
  • 2022-02-08
  • 2022-02-23
  • 2022-03-01
  • 2021-06-21
  • 2021-06-09
猜你喜欢
  • 2022-01-21
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-05-01
  • 2022-12-23
相关资源
相似解决方案