Search Results

Search: Posts Made By: molwiko
1,769
Posted By RudiC
Please use code tags as required by forum rules! ...
Please use code tags as required by forum rules!

Not too bad. Remove the double closing square bracket at the end, and it will fly. The [6] and [2] aren't necessary, make them 6 and 2.
That regex...
1,769
Posted By RudiC
Try sed -r 's#/+54.5.17.14[89]/+#/domain.com/#g'...
Try sed -r 's#/+54.5.17.14[89]/+#/domain.com/#g' file
,(115205,'http:/domain.com/index.php/restoflink...
2,757
Posted By clx
Try.. awk -F "[<>]" '/<option/ { printf...
Try..

awk -F "[<>]" '/<option/ { printf "%s,", $3 }' file
2,757
Posted By pamu
try this.. awk -F "[<>]" '/<option/{...
try this..


awk -F "[<>]" '/<option/{ print $3}' ORS="," file
5,024
Posted By Corona688
Threads merged. Sorry for my inattention to your...
Threads merged. Sorry for my inattention to your question, I somehow didn't notice it.
5,024
Posted By Corona688
All right, this should generate .pm files from .m...
All right, this should generate .pm files from .m files instead of vice versa:

$ cat ocstr2.awk

# If the code contains @"LBL_....", replace it with C_LBL_... and
# remember the labels for...
5,024
Posted By Corona688
I strongly suggest reading my post before blindly...
I strongly suggest reading my post before blindly running my code, since running my code on .m files may destroy them. Never overwrite your originals; that's a recipe for disaster. One mistake and...
5,024
Posted By Corona688
Never overwrite your originals; that's a recipe...
Never overwrite your originals; that's a recipe for disaster. One mistake and all your code is blown away.

I'd suggest renaming your '.m' files into '.pm' files instead. Create '.m' files out...
Showing results 1 to 8 of 8

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