Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: cut vs split (suggestions)

by BrowserUk (Patriarch)
on Apr 17, 2005 at 03:56 UTC ( [id://448569]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [ 4:40:33.95] P:\test>cut -d, -f 1-15 data\25x500000.csv >nul
    
    ...
    [ 4:42:48.34] P:\test>perl -lanF, -e "BEGIN{ $,=','} print @F[0..14];"
    + data\25x500000.csv >nul
    
    [ 4:43:25.60] P:\test>
    
  2. or download this
    [ 4:53:24.51] P:\test>cut -d, -f 1-15 data\25x500000.csv >junk
    
    [ 4:53:38.01] P:\test>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found