On 02 Sep 2008, at 16:31, Mattias Gaertner wrote:
On Tue, 2 Sep 2008 17:13:11 +0200
"Paul" <[EMAIL PROTECTED]> wrote:
Yes, and entered them each seperately in terminal also.
The commands do not work in terminal (because the variables are not
assigned with export). They work only in a script.
No, that should also work in terminal:
firefly:~ jmaebe$ a=5
firefly:~ jmaebe$ echo $a
5
firefly:~ jmaebe$
The reason it won't work in terminal is because the sudo's are missing
(but then you should get "permission denied" errors, even with rm -f
-- except if the directories don't exist because you entered a wrong
path, in which case nothing will be printed).
Jonas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal