Re: checking if a file is empty
Pradeep Goel wrote: > > Hi all Hello, > /// > if($TYPE eq "HP-UX") > { `/usr/sbin/swlist | grep "OV NNM" |cut -f1> RF1 `;} > else > { `find /system/ -name deins_patch |cut -f3 -d / > RF1`; } > > # > how to check if the new
Re: checking if a file is empty
# how to check if the newly made file RF1 is empty or not ? # perldoc -f -x check the -z operator -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]