root@mp-wst01 # echo "1" > file1_20_1 root@mp-wst01 # echo "2" > file1_20_2 root@mp-wst01 # for x in file1_20_* ; do cat $x >> target; done root@mp-wst01 # more target 1 2 root@mp-wst01 #