No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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. So basically i have a file which has …
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 -e "Reading new file name $2 from user.." if [ -r $1 ] #checks if …
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 input file and this input file contains a series of MOSFET parameters …
The End.
ShaneUniStudent