Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google site




Thread: Line Splitting
View Single Post in the UNIX and Linux 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?