( meditor | 2018. 10. 30., k – 11:06 )

1. SOHA ne sorszámozz fájlnevet így: 1, 2, 3, 4, ....9, 10, hanem így: 01, 02,03,04... 10, stb

... és akkor mehet valami ilyesmi script:

#######################################################
ALLDATA="./gyujto_file.ts"
rm $ALLDATA

ls ./valami*.ts > ./stream.lst
cat < ./stream.lst | while read DATA_STREAM
do

cat < $DATA_STREAM >> $ALLDATA

echo $DATA_STREAM
done
#######################################################

> Sol omnibus lucet.