Search Results

Search: Posts Made By: xenixuser
4,696
Posted By xenixuser
Robotronic I just copy & pasted it into a...
Robotronic

I just copy & pasted it into a file and tried to run in under Cygwin
and on my test files here at home it worked perfectly.:D

Thanks again for all your efforts, I really appreciate...
4,696
Posted By xenixuser
Robotronic Looks good. Will give it a...
Robotronic

Looks good.

Will give it a whirl and let you know.
4,696
Posted By xenixuser
Thanks era, will give it a try and let you...
Thanks era,

will give it a try and let you know.
4,696
Posted By xenixuser
Robotronic Your original awk works just...
Robotronic

Your original awk works just great:

awk -F'"' '
NR==1 {
OFS=FS;
split(FILENAME, x, ".");
prefix=toupper(x[1]"C_");
}
/[Cc][Oo][Uu][Nn][Tt][Yy]/ {
$6=prefix $4;
}
{
print...
4,696
Posted By xenixuser
What am I doing wrong here? First off, I'm...
What am I doing wrong here?
First off, I'm using Cygwin on my XP to run the script, so that could be part of the problem.

I modified the script a bit and this works, from the command line,
but...
4,696
Posted By xenixuser
Robotronic, If I could bother you a bit...
Robotronic,

If I could bother you a bit more?
I pretty much understand what is going on, but there are a few areas that are still a bit murky.
If I am reading it right, the script breaks down...
4,696
Posted By xenixuser
Thanks Robotronic, will give it a try on...
Thanks Robotronic,
will give it a try on Monday at work.
I only have XP at home. :(
Will let you know how it turns out.


Thanks again.
4,696
Posted By xenixuser
XML Copy & replace problem
I probably could have done this at one time, but, the years and no need has left my scripting skills lacking and I'm unable to work this problem out. https://www.unix.com/images/smilies/frown.gif
:(...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 01:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy