Thread
:
UNIX Shell Change the EOL (\n newline) by nothing - remove new line
View Single Post
#
1
(
permalink
)
05-13-2008, 08:03 PM
permalac
Junior Member
User
Join Date: May 2008
My distro: fedora
Posts: 17
Rep Power:
0
UNIX Shell Change the EOL (\n newline) by nothing - remove new line
I have a txt file like this:
hello,
hi,
word3,
and I would like to get only one line, what would you do?
sed 's/$//g' whas my chance, and did not work.
thanks .
permalac
View Public Profile
Send a private message to permalac
Find all posts by permalac