The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
alternate lines
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
alternate lines
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
7
(
permalink
)
03-18-2008
summer_cherry
Registered User
Join Date: Jun 2007
Location: Beijing China
Posts: 1,089
Code:
sed
-n 'p;n' filename -- print the odd line
sed
-n 'n;p' filename -- print the even line
summer_cherry
View Public Profile
Find all posts by summer_cherry
Find summer_cherry's past nominations received
Find summer_cherry's present nominations given