会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
听风者~
你的时间在哪里,你的成就就在哪里!
博客园
首页
新随笔
联系
订阅
管理
08 2023 档案
linux无法补全命令的方式
摘要:1.安装补全命令sudo apt-get install bash-completion2.修改配置文件/etc/profile,添加sudo vi /etc/profile /* */ if [ -f /etc/bash_completion ]; then. /etc/bash_completi
阅读全文
posted @
2023-08-15 17:04
听风者~
阅读(204)
评论(0)
推荐(0)
linux不支持ll命令的方法
摘要:$ ll -bash: ll: command not found没有ll这个命令。 一行搞定: echo "alias ll='ls -l'" >> ~/.bashrc && source ~/.bashrc
阅读全文
posted @
2023-08-15 16:40
听风者~
阅读(218)
评论(0)
推荐(0)
公告