Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

awk help

Original Message
Name: salem
Date: March 10, 2007 at 22:42:26 Pacific
Subject: awk help
OS: xp
CPU/Ram: 512
Model/Manufacturer: compaq
Comment:
I wanted to get a return value of 1 if the first two lines exist in the file1.txt.
The awk statement is working for the 3rd line but not for the first two lines. The NF works if I run it from the command line but it doesn't return 1 when I put it in the same line?

awk -F[.] 'NF !~2||$1!~/^[0-9]+$/||$2!~/^[a-zA-Z0-9]+$/{exit 1}' file1.txt

cat file1.txt
192.168.1.1 192.168.1.2
192.168.1.3
192.168.1.4 host100

I appreciate your help!


Report Offensive Message For Removal


Response Number 1
Name: salem
Date: March 18, 2007 at 20:47:13 Pacific
Subject: awk help
Reply: (edit)
Maybe I didn't make my question clear?
I'm having trouble getting a return code of 1 if the file has:

- less than one field or greate than 2 fields

- if the file has blank lines

- if the file has numbers only in both of the two fields.

and return only 0 if the file has two fields where the first field is only numbers and the second field is a mix of characters and numbers.


awk -F[.] 'NF !~2||$1!~/^[0-9]+$/||$2!~/^[a-zA-Z0-9]+$/{exit 1}' file1.txt

cat file1.txt
192.168.1.1 192.168.1.2
192.168.1.3
192.168.1.4 host100


Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: awk help

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




Batch File- Current Date in Excel

how to setup call of duty to joytok

WindowsME / HotMail Problem

Corrupt memory

Convert fat32 to Ntfs


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC