sed

Luiz Carlos Brito Paternostro <[email protected]>
Newsgroups gmane.comp.gnu.utils.bugs
Message-ID <[email protected]>
GNU sed version 4.2.1
Copyright (C) 2009 Free Software Foundation, Inc.

lcbp@vnetubun:~$ echo 'O N E c h a r'|sed 's/\([A-Za-z]\) 
\([A-Za-z]\)/\2\n\1/g'N
O c
E a
h r
lcbp@vnetubun:~$

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

GNU sed version 4.1.5
Copyright (C) 2003 Free Software Foundation, Inc.

lcbp@lcbp-vgnew:~$ echo 'A B C D E F G'|sed 's/\([A-Z]\) \([A-Z]\)/\1\ > 
\2/g'
A > B C > D E > F G
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.