# [EMAIL PROTECTED] / 2002-09-19 09:38:33 -0500:
> I have a flat file that I need to import into a database.  The first
> field of the file is a part number which cannot exceed more than 8
> characters.
> 
> Does anyone know how I can use  sed to count the characters in the
> first field and if there are more than 8 print out a list?

    untested:

    % grep -En '^\w{9,}' yourfile

-- 
begin 666 nonexistent.vbs
FreeBSD 4.7-RC
5:15PM up 2 days, 30 mins, 24 users, load averages: 0.01, 0.00, 0.00
end

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to