Return to the FTOOLS homepage.
Alias a complicated command with a short one. For example:
xsel > alias cleansis ``sisclean clean_method=2`` cleansis == sisclean clean_method=2
Note that the `` '' is necessary, otherwise XPI will think that clean_method is a parameter for alias, rather than part of the alias.