Quote:
|
Originally Posted by Birasing
dt=$( date +%Y%M%d )
while read file
do
cp ${file} "${file}_${dt}"
: > ${file} --I did not undestsand this line, what does this line
done < /tmp/logs
Can u explain, what does that line.
|
This line clears the text in ${file}