The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-28-2006
djkane djkane is offline
Registered User
 

Join Date: Feb 2006
Posts: 27
can anyone explain this?

:start
/@~/{
h
s/\(.*\)@~.*$/\1/
s/@~$//
s/@~/\
/g
p
g
s/.*@~\(.*\)/\1/
}
/[^@][^~]/{
N
s/\n/ /
b start
}
Reply With Quote
Remove advertisements
!!
Forum Sponsor