[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SUCCESS
i think this one might be better, but it still simply lists the command
'rar' as if i had typed 'rar' at the prompt, meaning that it is listing
all the commannds and switches, but nothing else. so when i tell it to
rar a archive/hbrhodes.rar ~/, all it does it list all the commands and
switches rather than start archiving with the variables listed below.
-----------------------------------------------------------------------------------------
#!/bin/bash
for rar in $( a ); do
echo item: $rar a -ag+YYYY_MMDD- -ep1 -m5 -ol -ow -r -rr -s -v700m
-x*.iso -ms*.rar;*.zip;*.mp3;*.ogg;*.tar.*;*.ppt;*.PPT
fi
done
for rar in $( x ); do
echo item: $rar x -ad
fi
done
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- References:
- SUCCESS
- From: hbrhodes <hbrhodes@gmail.com>
- Re: SUCCESS
- From: "Koree A. Smith" <koree@ameth.org>