Forum: Shell Scripting Dec 1st, 2008 |
| Replies: 12 Views: 2,587 Thanks again for replying. I would not have bothered you again, but the syntax seems to be missing something on my end.
sed -f "filename2" "originalfile"
Doing so does not apply the output of... |
Forum: Shell Scripting Nov 29th, 2008 |
| Replies: 12 Views: 2,587 Thank you so much Mike, I got it now. You have been very helpful and great.
Now, let's say i want to create a script file for sed and apply the output of scriptfile to original file in a different... |
Forum: Shell Scripting Nov 28th, 2008 |
| Replies: 12 Views: 2,587 Thank you very much again Mike. Your expertise certainly directed me towards the right direction...I am still working on manipulating the entire script though. One question I do have is, when the... |
Forum: Shell Scripting Nov 25th, 2008 |
| Replies: 12 Views: 2,587 Thanks very much for your response. I tried the code and it is giving this error that i was unable to correct:
[: -eq: unary operator expected
I believe it is for " if [ $result -eq 0 ] " line... |
Forum: Shell Scripting Nov 24th, 2008 |
| Replies: 12 Views: 2,587 Thank you very much. I sure could use the way you suggested to start the for loop.
filename1 is for file that will store spelling errors that spellchecker just checked. Now, existence of these... |
Forum: Shell Scripting Nov 23rd, 2008 |
| Replies: 12 Views: 2,587 Hello Everyone,
I am a total beginner in UNIX/Shell script. I am in the process of creating a huge script for a spellchecker program. What it does is spellcheck files and throws output in a... |