Linux unalias命令

更新时间: 2019-10-16 12:40

Linux unalias命令用于删除别名。

unalias为shell内建指令,可删除别名设置。

语法

unalias [-a][别名]

参数

  • -a  删除全部的别名。

实例

给命令设置别名

[root@ codercto.com ~]# alias lx=ls
[root@ codercto.com ~]# lx
anaconda-ks.cfg Desktop install.log install.log.syslog qte

删除别名

[root@ codercto.com ~]# alias lx //显示别名
alias lx='ls'
[root@ codercto.com ~]# unalias lx //删除别名
[root@ codercto.com ~]# lx
-bash: lx: command not found
How to Design Programs

How to Design Programs

Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元

This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!

RGB转16进制工具

RGB转16进制工具

RGB HEX 互转工具

SHA 加密

SHA 加密

SHA 加密工具

Markdown 在线编辑器

Markdown 在线编辑器

Markdown 在线编辑器