[olug] Unix Tip: FILE CONSISTANCY CHECK

Trent Melcher tmelcher at trilogytel.com
Mon Feb 24 15:02:03 UTC 2003


You have to remember these are Unix Tips, not Linux Tips.  Although most
tips will translate over exactly into linux, there are some that you need to
watch out for, ecspecially when it comes to the program names and options.
Most linux distributions use the GNU versions of utilities out there.  So
you might have to search for the apropriate prog.  As for nawk, look for awk
on your system, its probably linked to gawk.


Trent

-----Original Message-----
From: olug-admin at olug.org [mailto:olug-admin at olug.org]On Behalf Of Jay
Woods
Sent: Sunday, February 23, 2003 1:59 PM
To: olug at olug.org
Subject: Re: [olug] Unix Tip: FILE CONSISTANCY CHECK


I can't find nawk on the Mandrake-linux 8.2 version. Is this something
that is supposed to be readily available?

Unix Guru Universe wrote:

>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
>			      UNIX GURU UNIVERSE
>			         UNIX HOT TIP
>
>			Unix Tip 1880 - February 23, 2003
>
>		    http://www.ugu.com/sui/ugu/show?tip.today
>
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
>
>FILE CONSISTANCY CHECK
>
>
>To check the number of feilds and the
>consistancy of the file here is simple
>command:
>
>nawk -F "delimiter" '{print NF}' file_name|sort -u|more
>
>
>
>
>--------------------------------------------------------------------------
>To Subscribe:    http://www.ugu.com/sui/ugu/show?tip.subscribe
>To Unsubscribe:  http://www.ugu.com/sui/ugu/show?tip.unsubscribe
>To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today
>
>==========================================================================
>DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND ARE
>NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE UNIX
>GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU  ADVISES THAT
>ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT FIRST.
>
>Unix Guru Universe - www.ugu.com - tips at ugu.com - Copyright 1994-2001
>==========================================================================
>
>_______________________________________________
>OLUG mailing list
>OLUG at olug.org
>http://lists.olug.org/mailman/listinfo/olug
>
>
>


_______________________________________________
OLUG mailing list
OLUG at olug.org
http://lists.olug.org/mailman/listinfo/olug





More information about the OLUG mailing list