faqts : Computers : Operating Systems : Linux

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

45 of 46 people (98%) answered Yes
Recently 10 of 10 people (100%) answered Yes

Entry

Linux: Alias: Operation: Delete: How to delete an alias? [alias]

Sep 19th, 2003 07:14
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 19 September 2003 - 04:12 pm ------------------

Linux: Alias: Operation: Delete: How to delete an alias? [alias]

On the command line type:

 unalias <your existing alias>

---

e.g.

 unalias cls

---
---

for more information type:

 man unalias

----------------------------------------------------------------------