Discussion: Simple bash script
Afficher un message
Vieux 31/05/2007, 11h10   #1
Deniz Dogan
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Simple bash script

Hello.
I am very new to bash scripting and was hoping you could me out a
bit. I am trying to create a bash script (but I'd prefer an alias) which
changes the directory and then lists the files in that direcotry. This
is what I came up with:

#!/bin/sh
cd $1;
ls;

This does not work and I believe this is due to the script starting a
new "sh" shell and then changing the directory in THAT shell. How should
I do this?

--
Deniz Dogan
  Réponse avec citation
 
Page generated in 0,04950 seconds with 9 queries