Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~533 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for ShaneUniStudent

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 …

Member Avatar for ghostdog74
0
217
Member Avatar for jopdukes

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 …

Member Avatar for ShaneUniStudent
0
223
Member Avatar for ShaneUniStudent

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 …

0
93

The End.