dtpad?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers dtpad?
# 1  
Old 06-04-2004
dtpad?

try{ng to find an easy to use text editor for the novice user (vi is too complicated, and pico may be a second choice). the issue I'm having is when the user(in dtpad) copies from another platform (e.g. IBM - MVS, windows), special characters show up such as carriage returns, etc. I know this doesn't occur with vi, but it would be more of a headache to the user to use vi. pico is pretty easy to use, but sometimes has the same issue with pasting. anyone have any suggestions as far as a better text editor or a way to get around this issue? Smilie
# 2  
Old 06-05-2004
If you are really serious about learning UNIX, I'd take the time to learn vi. That being said...

You could simply use dtpad to paste the file, save then use dos2unix to remove the characters.

Cheers,

Keith
# 3  
Old 06-07-2004
thank you for your response. However, the problem doesn't stem from myself and vi (which I'm pretty familiar with), but with the users that I'm writing these tools for. Anyway, I found that dos2unix does strip out the carriage returns in the pasted file so it will work. Thanks again for all the help..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can't pass filename to dtpad editor

I posted this in the Advanced forum, thought I'd try it here as well... At the command line, If I type: %dtpad filename & It just opens up a blank dtpad window (and no error is returned), just as if I typed: %dtpad & And no difference if I give it the pathname, such as: %dtpad... (1 Reply)
Discussion started by: edhamilt
1 Replies

2. UNIX for Advanced & Expert Users

Can't pass filename to dtpad editor

At the command line, If I type: %dtpad filename & It opens up a blank dtpad window, just as if I typed: %dtpad & And no difference if I give it the pathname, such as: %dtpad /here/there/filename & No issues with passing a filename using vi, xedit, emacs, etc... The SA indicated... (1 Reply)
Discussion started by: edhamilt
1 Replies
Login or Register to Ask a Question