Search Results

Search: Posts Made By: externalaw
2,613
Posted By externalaw
[[HelloInCapitals]] to [[Hello In Capitals]]
Hello community,

I got it all done except for one thing,


[[HelloInCapitals]] or [[PharmaceuticalSocietyOfGreatBritainVBoots1952]]

So now I want to split those in to


[[Hello In...
3,836
Posted By externalaw
Hi guys, Ok so I run sed -e 's/[A-Z]/...
Hi guys,

Ok so I run

sed -e 's/[A-Z]/ &/g' -e 's/[0-9].../ &/g' -e 's/^ //g' infile


But now it does so in the whole file, and I only need to do this between [[ and ]], how can I run this...
3,836
Posted By externalaw
Thank you!
Thank you!
3,836
Posted By externalaw
- holding on -
- holding on -
3,836
Posted By externalaw
Thank you so much guys! I made an edit...
Thank you so much guys!

I made an edit error, and I changed something the wrong way, in all 1500 pages. Now I need to edit it as follows,

(that is legally binding]] to (that is legally binding)...
3,836
Posted By externalaw
Malcom, Thank you so much! How can I run...
Malcom,

Thank you so much!
How can I run that on all 1500 pages?

for file in `find . -name '*.html' -type f -print` ; do echo $file; sed 's/[A-Z]/ &/g' $file > $file.tmp; mv -f $file.tmp...
3,836
Posted By externalaw
Split a Capital rich string
Hello all,

I am new and straight away jump in with a question, sorry!

I am working on a new Mediawiki site and have 1500 html pages I want to add to the system,

I will mostly do them one by...
Showing results 1 to 7 of 7

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