Basically, how to make this two step process:
$:/ cd Users
$:/Users ls
user1 user2 user3
A one step process:
$/ cd Users
$:/Users
user1 user2 user3
The pseudo code for the bash script could be :
after changing directories, pause the input state and take another command
command('ls')
edit Here is a great bash reference - http://cb.vu/unixtoolbox.xhtml#scripting