Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: xor on January 14, 2022, 01:42:25 AM
-
if the file exists; To avoid using the wget i command, (I'm looking for a script code example)
-
Hi xor
FILENAME="SomeFile.tcz"
[ -f "$FILENAME" ] || w_get http://blah/blah/blah/"$FILENAME"
-
question ; Is wget default download location always "/home/" folder!?
-
No, the default is your current working directory.