首页 > 代码库 > 命令别名的设置——alias

命令别名的设置——alias

对命令设置别名:alias lm=‘ls -al‘

使用别名: (注意:可以使用两次别名

技术分享

命令别名的设置——alias