Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!aplcen!haven!adm!news From: mwood!attcc!hpn@att.att.com Newsgroups: comp.unix.questions Subject: Re: System V questions Message-ID: <21917@adm.BRL.MIL> Date: 2 Jan 90 08:20:11 GMT Sender: news@adm.BRL.MIL Lines: 11 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