64 lines
1.3 KiB
HTML
64 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta http-equiv="Content-Type" content=
|
|
"text/html; charset=utf-8">
|
|
<title>unalias - Remove alias definitions</title>
|
|
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</HEAD>
|
|
<body bgcolor="#FFFFFF">
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
|
|
|
|
<h2>unalias - Remove alias definitions</h2>
|
|
|
|
<strong>Synopsis</strong>
|
|
|
|
<p><strong>unalias</strong> <em>name</em> ...</p>
|
|
|
|
<p><strong>unalias -a</strong></p>
|
|
|
|
<p><strong>Description</strong></p>
|
|
|
|
<p>You can use <strong>unalias</strong> to remove the <em>
|
|
names</em> from the list of defined aliases.</p>
|
|
|
|
<p><strong>Options</strong></p>
|
|
|
|
<dl>
|
|
<dt><strong>-a</strong></dt>
|
|
|
|
<dd>Remove all aliases</dd>
|
|
</dl>
|
|
|
|
<p><strong>Operands</strong></p>
|
|
|
|
<p>Each <em>name</em> is a defined alias.</p>
|
|
|
|
<p><strong>Exit Status</strong></p>
|
|
|
|
<ul>
|
|
<li>0 when successful.</li>
|
|
|
|
<li>>0 when unsuccessful. The value is the number of <em>
|
|
names</em> that are not aliases.</li>
|
|
</ul>
|
|
|
|
<p><strong>Related information</strong></p>
|
|
|
|
<ul>
|
|
<li><a href="alias.htm">alias - Define or display aliases</a></li>
|
|
</ul>
|
|
|
|
<strong>Examples</strong>
|
|
|
|
<ol>
|
|
<li>Remove the ll alias: <strong>unalias</strong> ll</li>
|
|
</ol>
|
|
</body>
|
|
</html>
|
|
|