专题文章
时长:00:00更新时间:2020-11-09 08:12:53
一些自己实践得出的技巧1:locate xboing test tar -cvf xboing.tar -T test gzip xboing.tar cp xboing.tar.gz /mnt/usb the above command can copy a software which have been installed on someone system to your own system^-^ #!/bin/sh for fname in *;do tmp=`echo $fname|t
查看详情