Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: perl one liner for csv file one field

by pme (Monsignor)
on Jan 17, 2015 at 05:30 UTC ( [id://1113574]=note: print w/replies, xml ) Need Help??


in reply to perl one liner for csv file one field

Hi MrTEE,
perl -F, -i.orig -ane'print if length($F[10]) <= 6;'
You can read more about autosplit feature in perlrun and perlvar manuals.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-29 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found