Think before you speak, read before you think.

macOS 操作技巧

清除dns缓存

Mac OS X 10.7 & 10.8 & 10.9

sudo killall -HUP mDNSResponder

在粘贴到备忘录的时候文字带样式很难看,无格式粘贴的快捷键为四个按键

 Option Shift ⌘ V

finder与terminal互相切换

由finder当前路径打开terminal,使用Go2shell

在terminal路径下打开finder, 使用 open . 或pwd获取当前路径,然后按 Shift ⌘ G输入路径。

显示桌面

⌘ F3

在 terminal 中将显示结果复制到剪切板 “pbcopy” (pasteboard copy)

ls | pbcopy

将剪切板中的内容输出到一个文件中

pbpaste > file.log

将标准输出的内容显示在一个文件中

ls index.php| open -fe

查看哪个程序打开 80 端口

lsof -n -i4TCP:80 | grep LISTEN

把 Screenshots 的区域截图设置习惯的快捷键
Copy picture of selected area to the clipboard: command + control + A
Screenshot and recording options: command + control + S

Finder 显示隐藏文件?
Command + Shift + . 点

打字的时候删除一个单词(OneNote)
Ctrl + Backspace

Command + F1 切换是镜像还是扩展屏


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *