在opera的cache中,比如看过一部电影,
ub1110@G470:~$ find .opera/ -amin -150 -size +2M -exec ls -l {} \;
-rw-rw-r-- 1 ub1110 ub1110 21760443 2011-11-25 20:06 .opera/cache/g_0048/opr03PJX.tmp
-rw-rw-r-- 1 ub1110 ub1110 21341493 2011-11-25 20:19 .opera/cache/g_0048/opr03PKU.tmp
-rw-rw-r-- 1 ub1110 ub1110 21382281 2011-11-25 20:40 .opera/cache/g_0048/opr03PLW.tmp
-rw-rw-r-- 1 ub1110 ub1110 21854385 2011-11-25 19:58 .opera/cache/g_0048/opr03PJF.tmp
-rw-rw-r-- 1 ub1110 ub1110 21183748 2011-11-25 20:50 .opera/cache/g_0048/opr03PME.tmp
。。。。。。。。。
-rw-rw-r-- 1 ub1110 ub1110 21314502 2011-11-25 19:50 .opera/cache/g_0047/opr03PJ3.tmp
ub1110@G470:~$
中间我省略了部分。
试过cat 1 2 3>4,不行。

怎么样用一个简单的命令,把这些文件按照时间顺序,合并成一个可以播放的电影?
