In the for-loop, the shell variable n is a counter for the number of files ... in $* do x=`stat -c "%y" $f` # modification date d=`date --date="$x" +%y%m%d` ...
確定! 回上一頁