English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is wrong with this shell script:


echo

echo "Input a course"

read crs

echo $csr

echo “Final Exam”

date

cat calendar > myyear

echo $name

2006-12-18 06:24:49 · 1 answers · asked by MikeZ 4 in Computers & Internet Programming & Design

1 answers

You are missing the shebang line at the top?
you forgot to set $name?
calendar file is missing and myyear isn't used?
you forgot to make it executable? chmod +x ?

2006-12-18 06:30:07 · answer #1 · answered by jake cigar™ is retired 7 · 0 0

fedest.com, questions and answers