Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Stack Overflow ; Forum: Shell Scripting and child forums
Forum: Shell Scripting Mar 10th, 2005
Replies: 3
Views: 12,841
Posted By Stack Overflow
Hello,

I have not done TCL script programming before, though I do believe the following links can help you:


Practical Programming in Tcl and Tk (http://www.beedub.com/book/)
Tcl/Tk...
Forum: Shell Scripting Mar 8th, 2005
Replies: 2
Views: 34,350
Posted By Stack Overflow
Hello,

If I understand correctly, you want to replace all space occurances to "\space" where space represents the space, ' ', character:sed -i 's/ /\\ /' file
To clarify:
sed — Is the program....
Forum: Shell Scripting Mar 8th, 2005
Replies: 2
Views: 12,277
Posted By Stack Overflow
Hello,

You're on the right path, though your syntax is a bit off. We know that sed substitutes text using the s command. Suppose you wanted to change all occurrences of "Unix" in the text to...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC