The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Line Splitting
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 11-30-2005
evoGage evoGage is offline
Registered User
 

Join Date: Nov 2005
Posts: 4
Quote:
Originally Posted by mona
using sed

Code:
echo "0102030405" | sed 's/\(..\)/\1\
/g'
Tried it but it says "sed: -e expression #1 char 14: Unterminated `s' command"

What does this mean?
Reply With Quote