View Single Post
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#15
Originally Posted by jkommeren View Post
Tried tr -d '\r' config.conf conf.conf but it didn't work, gave me an empty line after I pressed enter, the ~ thingy didn't reappear and had to close the terminal before I could use it again

apt-get install leafpad

Started the download and installation of Leafpad
Geez this is confusing lol didn't know it could download from the terminal *blush*
Please install applications with Application Manager.

There's a difference between
Code:
tr -d '\r' config.conf conf.conf
and
Code:
tr -d '\r' < config.conf > conf.conf