mac terminal的使用技巧

1. 多tab支持

1)terminal y也是支持多tab的, Cmd+T可以打开一个新的tab

2) cmd + shift + { / } 可以在tab间切换

2. termial中打开外部app

1) 使用 open yourfile 可以直接把你的文件用默认程序打开

2) 使用 open -a safari 可以打开safari应用

3. 打开新widown

1)使用cmd + n 可以打开新窗口

时间: 2024-10-11 04:55:35

mac terminal的使用技巧的相关文章

terminal使用小技巧

直接上配置,你懂的 lai'mac:~ laijingli$ more .bash_profile ###add my scripts to the search path for convenient daily usage export PATH=$PATH:/Users/laijingli/autoshell:/opt/local/bin:/opt/local/sbin ###alias for normal use alias grep='grep --color' ###change

开启mac terminal 命令/路径自动补全功能

用惯了windows命令行工具的按Tab自动补全路径功能后,在mac terminal上敲命令很不习惯.其实mac terminal也有这个功能. 在命令行输入nano .inputrc 进入.inputrc的编辑界面,输入如下语句: set completion-ignore-case on set show-all-if-ambiguous on TAB: menu-complete Control+O保存.重启terminal即生效

Save output to a text file from Mac terminal

  Simply with output redirection: system_profiler > file.txt Basically, this will take the output of system_profiler and save it to the file file.txt. There are technically two different output "streams", standard output, and standard error.

[Mac]Terminal交互式输入行编辑

*:first-child { margin-top: 0 !important; } body > *:last-child { margin-bottom: 0 !important; } a { color: #4183C4; } a.absent { color: #cc0000; } a.anchor { display: block; padding-left: 30px; margin-left: -30px; cursor: pointer; position: absolute

Mac terminal Javac

Mac  terminal Javac Open the Terminal's vim , then write them: public class test{ public static void main(String[] args){ System.out.println("test"); } } First, to make the .class file, this is java's object file. ?  Desktop javac test.java Then

恶补mac terminal的命令行知识

一个女孩的前端学习之路,希望可以帮助到别的在编程代码上学习的朋友们. 恶补mac terminal的命令行知识1-对于我来说最重要的几个命令行ls[list] /path : 看看某个路径的内容. cd /path 表示转到跟目录下的path路径中cd path 表示转到当前目录下的path路径中2-清理系统 sudo periodic daily然后回车,输入管理员密码即可.如果把daily换成weekly,则运行的是每周的清理.换成monthly,就是做每月的清理.如果直接输入:sudo p

Mac terminal使用技巧

在Mac系统中几个键位组合可以使Terminal的操作更加灵活方便. 1.将光标移动到行首:ctrl + a 2.将光标移动到行尾:ctrl + e 3.清除屏幕:            ctrl + l 4.搜索以前使用命令:ctrl + r 5.清除当前行:         ctrl + u 6.清除至当前行尾:   ctrl + k 7.单词为单位移动:option + 方向键 8.多tab支持 1)terminal y也是支持多tab的, Cmd+T可以打开一个新的tab 2) cmd

Mac/Idea 使用技巧 —— 16.8.8-16.8.13 工作记录

公司新配备Mac Pro ,配置环境,使用新的 Idea 以及各类 Mac 下的开发软件,本周的主要任务是适应. Mac 小技巧 A 硬件层面 1. Mac 的核心是便携,所以尽量不要使用鼠标: 2. 随机附赠的是电源线跟插头,组装在一起即可使用: B 软件层面 1. 可以直接在网上下 dmg 文件,如无必要,可以不去 App Store 进行下载: 2. 如需要下载 Office,务必下载 2016 版,2011 版的分辨率不能适配 Retina 屏: 3. 常用软件推荐:Alfred(非常好

mac terminal 配色

地址:https://github.com/altercation/solarized http://bbs.feng.com/read-htm-tid-10259499.html 要在 Mac OS X 终端里舒服的使用命令行(至少)需要给3个工具配色,terminal.vim 和 ls. 首先下载 Solarized:$ git clone git://github.com/altercation/solarized.gitTerminal/iTerm2Mac OS X 自带的 Termin