代码搜索:Move
找到约 10,000 项符合「Move」的源代码
代码结果 10,000
www.eeworm.com/read/297233/8037485
move-if-change
#!/bin/sh
# Like mv $1 $2, but if the files are the same, just delete $1.
# Status is 0 if $2 is changed, 1 otherwise.
if
test -r $2
then
if
cmp -s $1 $2
then
echo $2 is unchanged
rm -f $1
else
mv -f
www.eeworm.com/read/297150/8050384
class move.class
www.eeworm.com/read/196731/8064744
gif move.gif
www.eeworm.com/read/196386/8094400
gif move.gif
www.eeworm.com/read/196382/8094632
gif move.gif
www.eeworm.com/read/296408/8104435
gif move.gif
www.eeworm.com/read/296102/8121984
ncb move.ncb
www.eeworm.com/read/296102/8121985