摘要:
ls 列出文件目录,-l 显示详情,| 管道符将左边的结果输入右边, grep(global search regular expression(RE) and print out the line, 全面搜索正则表达式并把行打印出来)使用正则表达式搜索文本,并把匹配的行打印出来, -i 不区分大小 阅读全文
摘要:
在Windows 和 Linux 快捷键是 Alt+J,在 Mac OS X 系统下快捷键是 Ctrl+G 。 参考 https://blog.jetbrains.com/phpstorm/2014/03/working-with-multiple-selection-in-phpstorm-8-e 阅读全文