|
发表于 2008-4-18 13:25:48
|
显示全部楼层
e390977@ch71DT4nwhz1x /home/arm-linux/src/test
$touch test.txt
e390977@ch71DT4nwhz1x /home/arm-linux/src/test
$ll
total 0
-rw-r--r-- 1 e390977 mkgroup-l-d 0 Apr 18 13:20 test.txt
e390977@ch71DT4nwhz1x /home/arm-linux/src/test
$find . -type f -print | xargs.exe -i -t mv {} /tmp
mv ./test.txt /tmp
e390977@ch71DT4nwhz1x /home/arm-linux/src/test
$ll
total 0 |
|