Grep

grep -v 排除多个 patterns 用 | 分割且需转义

查看 vim 配置

cat .vimrc | grep -v '"\|^$'
macOS 

获取外部 IP 地址命令

#macOS

获取外部 IP 地址命令

curl ifconfig.me

绕过 history (macOS High Sierra, macOS Mojave 无效)

␣ command

空格键之后 输入命令

macOS 

macOs 技巧

显示,隐藏 隐藏文件

shift + command + .

查看 brew 启动服务 

brew services list

可以根据

brew services

提供的命令修改

命令就是 Spotlight 功能的终端界面

mdfind

截图文件格式

defaults write com.apple.screencapture type jpg
macOS 

CodeRunner Go

  • Go to the settings panel (preferences) of CodeRunner
  • Choose the Languages panel and search “Go”
  • on the “Go” item, uncheck “Language uses compile script”
  • replace the existing “Run command” by go run $filename
macOS