Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: perl one liner print columns 2.. last

by LanX (Saint)
on Jan 04, 2013 at 19:24 UTC ( [id://1011707]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    > echo - 2 - - - 6|perl -lane 'print $F[1]..$F[-1]'
    23456
    
  2. or download this
    > echo - 2 - - - 6|perl -lane 'print @F[1..$#F]'
    2---6
    

Log In?
Username:
Password:

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

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

    No recent polls found