System V questions

mwood!attcc!hpn at att.att.com mwood!attcc!hpn at att.att.com
Tue Jan 2 19:20:11 AEST 1990


About getting the prompt to show your current working directory,  try this:

PS1='${PWD##}'

About the alias, try this:

alias dir=ls -l

To get a list of already defined aliases, just type 'alias'.  Or try 'man alias'

Huy Nguyen



More information about the Comp.unix.questions mailing list