R
Size: a a a
R
YG
AB
М
find /home/soft/modem/PRAG**/ -name '*.txt'
/home/soft/modem/PRAG01/10/lastdial.txt
/home/soft/modem/PRAG01/3/lastdial.txt
/home/soft/modem/PRAG01/9/lastdial.txt
/home/soft/modem/PRAG01/7/lastdial.txt
/home/soft/modem/PRAG01/2/lastdial.txt
/home/soft/modem/PRAG01/1/lastdial.txt
/home/soft/modem/PRAG01/8/lastdial.txt
М
A
A
VB
A
М
A
VB
A
М
files=$(find /home/soft/modem/PRAG**/ -name '*.txt’)
newfile=/home/soft/lastdial.csv
cat $files | tee -a $newfile
rm -f $files;
RESULT=$(psql -v v1="'$newfile'" ……..
rm $newfile;
М
М
О
R
R
R