Search Results

Search: Posts Made By: remibemol
1,599
Posted By remibemol
I would like to down load a list of file witch...
I would like to down load a list of file witch their URL are in a file that we will name file.txt

my script so far is
while read p; do
echo wget -O "img${count}.jpg" $p
count=$((count+1))
...
1,599
Posted By remibemol
thank you so much for your welcome. I was...
thank you so much for your welcome.

I was thinking about to use that, the problem is that originaly I had a script witch allow me to include this number in a comand to download some file.
count=0...
1,599
Posted By remibemol
Showing 4 digits
Hello everybody
I'm a little beginer for shell script as I started last night...

I have this script

cat fichier.txt | while read l ; do

#echo $l

echo $x
x=$(( $x + 1 ))

done

it's...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy