Forum: Java Jul 7th, 2006 |
| Replies: 1 Views: 2,305 |
Forum: Java Jul 6th, 2006 |
| Replies: 1 Views: 2,305 Clearing a combobox upon selection/focus Hey all,
I have a simple one I hope. I have created an editable combobox and wanted to clear what is currently displayed in the box once the user sets focus on it either through "tab" or a "mouse... |
Forum: Shell Scripting Mar 9th, 2005 |
| Replies: 2 Views: 22,681 Re: replacing text with sed Woohoo! That is exactly what I was looking for. Thank you for taking the time to respond, as well as the clear explanation. |
Forum: Shell Scripting Mar 8th, 2005 |
| Replies: 2 Views: 22,681 replacing text with sed Hi All,
I am sed and awk illiterate and needed some assistance. I would like to write a script that will have sed replace all spaces with \space.
For example.
Program Files would be... Program\... |
Forum: Shell Scripting Jan 18th, 2005 |
| Replies: 5 Views: 8,952 |
Forum: Shell Scripting Jan 18th, 2005 |
| Replies: 5 Views: 8,952 |
Forum: Shell Scripting Jan 14th, 2005 |
| Replies: 5 Views: 8,952 |
Forum: Shell Scripting Nov 23rd, 2004 |
| Replies: 1 Views: 21,843 How to su properly in a shell script Hello,
I have written a script to automate a software install. I am running the script as root, but need to su to another user to configure and complile the program properly. Whenever I do the... |