Gabor HALASZ írta: > Hogyan lehet egyszeruen megallapitani, hogy egy tetszoleges file hossza > nulla vagy sem? Linuxon kellene, igy a test -s renonsz. > Egy tipp
find . -name file -size +0 -> nem nulla find . -name file -size 0 -> nulla _________________________________________________ linux lista - [email protected] http://mlf2.linux.rulez.org/mailman/listinfo/linux
