topical media & game development
basic-shell-app-a-exercise-03-05.sh / sh
# This example extends the myls script.
echo -n "Please enter the directory to list: "
read DIRECTORY
# Change to this directory
# so the file listing is all relative file names.
cd DIRECTORY"
for filename in *
do
if [ -d filename/"
elif [ -x filename*"
else
echo
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.