[ILUGC] GNU/Linux Commands - unalias

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Wed, 31 Aug 2016 08:43:03 +0530

Hi
unalias - unalias command is used to remove entries from the current user’s
list of aliases

# unalias -a [aliasname]

# unalias -a h

for h is alias for history command

# unalias -a c

for c is alias for clear command

and so on

list the alias by

# alias

and unalias whatever you want

these are temporary alias with current login shell only

to make permanent alias
http://askubuntu.com/questions/17536/how-do-i-create-a-permanent-bash-alias



regards,

T.Dhanasekar

_____________________________________
ILUGC List: http://www.freelists.org/list/ilugc
ILUGC Web: http://ilugc.in/

Other related posts:

  • » [ILUGC] GNU/Linux Commands - unalias - Dhanasekar