The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Editing File using awk/sed
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Editing File using awk/sed
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
05-16-2007
anbu23
Registered User
Join Date: Mar 2006
Location: Bangalore,India
Posts: 1,397
Code:
sed
-n "/^ *$/!{N;/\n---*$/s//,/;N;s/\n//p;}" file
anbu23
View Public Profile
Find all posts by anbu23