Hello,
I have a file that has the following pattern throught out the file
export -c test -n "test2201/10003.199990203.1444.MO" -f "test2201/10003.199990203.1444.MO"
The above is on one line. What I need is to change the "/" in the second occurrence, i.e. the one after f which is marked red to _ I was wondering if sed or awk can be used to do that.
Regards,
Ziad
I have a file that has the following pattern throught out the file
export -c test -n "test2201/10003.199990203.1444.MO" -f "test2201/10003.199990203.1444.MO"
The above is on one line. What I need is to change the "/" in the second occurrence, i.e. the one after f which is marked red to _ I was wondering if sed or awk can be used to do that.
Regards,
Ziad