上一页 1 ··· 8 9 10 11 12
摘要: grep查询高亮显示 grep --color=auto ... 临时设置grep查询高亮显示 alise grep='grep --color=auto' 永久设置grep查询高亮显示 vim /etc/bashrc 字母i插入模式,在最后一行添加 alise grep='grep --color 阅读全文
posted @ 2021-03-08 00:19 WinyHan 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 安装 首先打开brew.sh网站,把首页一条命令复制到终端里,执行,输入电脑登录密码,开始下载安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 换源 安 阅读全文
posted @ 2021-03-04 20:29 WinyHan 阅读(355) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12