R. Clayton (rclayton@monmouth.edu)
(no date)
I am having trouble with the turn-in script. I have tried various
combinations of -an with parenthesis and without, with spaces and without,
but I always get an error. Below are some of the combinations I've used and
the message it returns.
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a1 (-s)pa1a_v4.cc
bash: syntax error near unexpected token `('
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a1 -s pa1a_v4.cc
The -a argument '1' is not a valid assignment number..
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a(1) -s pa1a_v4.cc
bash: syntax error near unexpected token `('
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -1 -s pa1a_v4.cc
'-1' is an unrecognized option.
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a1 (-s) pa1a_v4.cc
bash: syntax error near unexpected token `('
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a1 -s pa1a_v4.cc
The -a argument '1' is not a valid assignment number..
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a -s pa1a_v4.cc
The -a argument '-s' is not a valid assignment number..
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a 1-s pa1a_v4.cc
The -a argument '1-s' is not a valid assignment number..
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a1 -s pa1a_v4.cc
The -a argument '1' is not a valid assignment number..
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a1 -t pa1a_v4.cc
The -a argument '1' is not a valid assignment number..
bash-2.05b$ /e*/h*/c*/*305/bin/send-files (-a)1 (-s) pa1a_v4.cc
bash: syntax error near unexpected token `-a'
bash-2.05b$ /e*/h*/c*/*305/bin/send-files 1 -s pa1a_v4.cc
-a must be given on the command line.
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a1 -s pa1a_v4.cc
The -a argument '1' is not a valid assignment number..
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$ /e*/h*/c*/*305/bin/send-files -a1 -s [pa1a_v4.cc]
The -a argument '1' is not a valid assignment number..
Command format is "send-files -an -s|-t [filename...]".
bash-2.05b$
Stare at the assignment page until you know which assignment it is you're
turning in.
This archive was generated by hypermail 2.0b3 on Mon Dec 15 2003 - 19:45:05 EST