Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: perl one liner for csv file one field

by eyepopslikeamosquito (Archbishop)
on Jan 17, 2015 at 05:33 UTC ( [id://1113575]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    D,642,0642,UBF,EVL,,M,,S,S,FOREVER,213,213,
    D,642,0642,UBF,EVL,,M,,S,S,QSP-U=C,4,4,
    D,642,0642,UBF,EVL,,M,,S,S,123456,4,4,
    D,642,0642,UBF,EVL,,M,,S,S,12345,4,4,
    
  2. or download this
    perl -nlaF/,/ -e 'length($F[10]) < 7 and print' test.txt
    
  3. or download this
    D,642,0642,UBF,EVL,,M,,S,S,123456,4,4,
    D,642,0642,UBF,EVL,,M,,S,S,12345,4,4,
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1113575]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-20 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found