Forum: Shell Scripting Apr 29th, 2005 |
| Replies: 3 Views: 20,550 Replacing text within a file using awk Hey guys, i am about to throw it all in because i just cannot get this to work :S.
All i wanted to do is search through a file and find a string and replace with an argument from the command line.... |
Forum: Shell Scripting Apr 29th, 2005 |
| Replies: 2 Views: 11,297 Re: Linux Shell Script Hey buddy, what youre trying to do can easily be implement with a TEST condition at the start of your shell script. For example:
#!/bin/bash
echo -e "Reading input file name $1 from user..."
echo... |
Forum: Shell Scripting Apr 28th, 2005 |
| Replies: 0 Views: 3,296 Shell Scripting problem and related awk issues Hey guys, i am a noobie and i am after some very much anticipated help. I currently attend uni and working on a project for a subject called unix based engineering. The basic problem is; I have an... |