Ronny Hippler wrote:
Hello,
I am trying to get the following script to run with no success.
-
#!/bin/csh
foreach file (\*vol\*)
mv $file `basename $file .par2`.PAR2
echo $file
end
-
and get the following error:
usage:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
je killen wrote:
|
| On Jan 14, 2006, at 11:35 PM, Ronny Hippler wrote:
|
| Hello,
| I am trying to get the following script to run with no success.
|
| #!/bin/csh
| foreach file (\*vol\*)
| mv $file `basename
>
> Hello,
> I am trying to get the following script to run with no success.
> -
> #!/bin/csh
> foreach file (\*vol\*)
> mv $file `basename $file .par2`.PAR2
> echo $file
> end
> -
> and get the following error:
> usa