Displaying 1 result from an estimated 1 matches for "awubpxd".
2002 Sep 05
1
What happens with the indexed directory patch ?
...---
[...]
if [ -z "$1" ]; then
echo "USAGE $0 last_directory_number"
exit 0
fi
N=0
date
time while [ 1 ]; do
> $N
if [ "$N" = "$1" ]; then
break
fi
N=`expr $N + 1`
done
echo
date
[...]
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
iQA/AwUBPXd/UzvYAf7VZNaaEQJJXwCfY7RG80eFwuHX6LAygXnEQY4AOiEAn3qg
kXTwP7uwEAJG7buHHTXeSR+D
=ZqWs
-----END PGP SIGNATURE-----