Marc Spitzer <[EMAIL PROTECTED]> writes: > and I belive that it would be better to keep > things together by language, you do not want > to check 4+ places to se you translated everything.
L=kl # language code for I in *.nasl; do X=$(basename "$I" .nasl) M="$X".msg."$L" if [ ! -f "$M ]; then echo "Need to translate $I into Klingon"; fi done - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
