Changes between Version 1 and Version 2 of Shells and Customization


Ignore:
Timestamp:
04/04/06 12:59:52 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Shells and Customization

    v1 v2  
    1111Here are some examples:
    1212
     13{{{
    1314$> alias ll=`ls -l`
    1415$> alias f=`finger`
    15 
     16}}}
    1617In the first example, you can get a long directory listing in any given directory by typing ll.
    1718In the second example, you can finger user jones by typing f jones .