OSX:从命令行快速查看
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OSX:从命令行快速查看相关的知识,希望对你有一定的参考价值。
Quick Look is the little window you get in Finder when you select a file and press the space bar. You can get the same from the command line with the following command (-p is a full window, -t is a thumbnail). You can even output it to a file with the -o option
qlmanage -p /PATH/TO/FILE/.txt|pdf|mp3|etc... qlmanage -t /PATH/TO/FILE/.txt|pdf|mp3|etc...
以上是关于OSX:从命令行快速查看的主要内容,如果未能解决你的问题,请参考以下文章
sql [SQL查询片段]用于在命令行或通过R和其他工具使用SQL的快速代码段#tags:sql,R,text processing,命令li