Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

cancel the enter key in a text

Original Message
Name: edmondo
Date: March 13, 2006 at 03:12:04 Pacific
Subject: cancel the enter key in a text
OS: xp 2003
CPU/Ram: centrino
Model/Manufacturer: sony
Comment:
I am looking for the sed command to cancel all the enter keys in a corpus. I have eliminated the tab key with sed -e 's/\t//g' but I don't know how to do it with the enter key.
Thank you


Edmondo


Report Offensive Message For Removal


Response Number 1
Name: FishMonger
Date: March 13, 2006 at 09:50:31 Pacific
Subject: cancel the enter key in a text
Reply: (edit)
Do you really want to remove all line endings which will put everything on 1 line?

s/\n//g


Report Offensive Follow Up For Removal

Response Number 2
Name: edmondo
Date: March 16, 2006 at 05:24:37 Pacific
Subject: cancel the enter key in a text
Reply: (edit)
Thank you Fishmonger.
Yes I need to lemmatize a corpus and I need to remove all line endings. The enter key seems to disturb the lemmatizing process. I've tried the sed -e 's/\n//g' but I still see the file unchanged. The command does not work...


Edmondo


Report Offensive Follow Up For Removal

Response Number 3
Name: nails
Date: March 21, 2006 at 20:59:02 Pacific
Subject: cancel the enter key in a text
Reply: (edit)
This solution doesn't use sed, but seems to work. echo'ing a variable to xargs emulates what you want:

#!/bin/ksh

myvar=$(cat <<MSG
line 1
line 2
line 3
MSG)

# myvar with LFs
echo "$myvar"
echo
echo

# myvar without LFs
echo "$myvar"|xargs


Report Offensive Follow Up For Removal

Response Number 4
Name: FishMonger
Date: March 23, 2006 at 08:06:24 Pacific
Subject: cancel the enter key in a text
Reply: (edit)
sed -e 's/\r//g'

Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: cancel the enter key in a text 

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




My PC has been hijacked!

Lexmark 2600 Printer Issues

btk1w1 infected start here post

Unwanted message remians on screen

Slow boot time


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC