This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

file manipulation (lines)

Help for those learning Tcl or writing their own scripts.
Post Reply
G
Gust
Voice
Posts: 15
Joined: Wed Jun 28, 2006 12:53 pm

Post by Gust »

Another thing i've noticed; when i follow the steps like discribed by strdragon, every space is replaced by a new line.

So my file looks like

Code: Select all

hostname 1
user1
hostname5 
user5 
...
That doesn't work for me...

Thanks!

Greetings,
Gust
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Gust wrote:Another thing i've noticed; when i follow the steps like discribed by strdragon, every space is replaced by a new line.
You're doing something wrong when splitting and/or joining the data. Post some code.

EDIT: I made a new thread for this to avoid polluting the FAQ
Have you ever read "The Manual"?
Post Reply