Search Results

Search: Posts Made By: georgi58
Forum: Web Development 11-16-2013
1,734
Posted By georgi58
returns "500" Internal Server Error
returns "500" Internal Server Error
Forum: Web Development 11-15-2013
1,734
Posted By georgi58
Rewrite ".html/..." to ".html"
Hi folks,

Two days ago I asked you for help and got what I asked for in the following thread

https://www.unix.com/showthread.php?p=302873799#post302873799

After that I tested my .htaccess...
Forum: Web Development 11-14-2013
1,361
Posted By georgi58
works great! thank you very much. ...
works great!
thank you very much.

---------- Post updated at 02:16 PM ---------- Previous update was at 02:13 PM ----------



you are right, but I could not find what causes this. Anyway,...
Forum: Web Development 11-13-2013
1,361
Posted By georgi58
Rewrite wrong request
Hi everybody,

In my web site I have several index pages in different languages in the following format

http://www.mysite.com/lang_index.htmlTwo days ago I noticed increased, many times. Google...
21,969
Posted By georgi58
your code works great. thank you very much
your code works great.
thank you very much
21,969
Posted By georgi58
the first command changes every word in the text ...
the first command changes every word in the text

second command change every first word in the paragraph but not after the specified punctuation
21,969
Posted By georgi58
Change first letter of a word from lower case to upper case
Hi all,

I am trying to find a way to change first letter in a word from lower case to upper case. It should be done for each first word in text or in paragraph, and also for each word after...
2,654
Posted By georgi58
works!! thank you very much. ---------- Post...
works!! thank you very much.

---------- Post updated at 04:14 PM ---------- Previous update was at 04:10 PM ----------



this works fine with just one small detail: is there any way to...
2,654
Posted By georgi58
awk -F\| '/http:/{print $1 > ("sitelist_PR" $2...
awk -F\| '/http:/{print $1 > ("sitelist_PR" $2 ".txt")}' fileThank you for your input.
Command works in a bit different way that I need and
creates output files from sitelist_PR .txt to...
2,654
Posted By georgi58
yes, right. but how to implement all these in a...
yes, right. but how to implement all these in a bash script using "grep" or "sed" commands and still have all separate output files?
2,654
Posted By georgi58
Combine several commands in a bash script
Hi all,

I have large files with url-s ending on "|<number>" which is the Page Rank for the website as shown in the example below
http://www.machinokairo.com/2012/05/post-39.html|2

I am using...
3,284
Posted By georgi58
thanks for your help
thanks for your help
3,284
Posted By georgi58
Remove html tags with particular string inside the tags
Could someone, please provide a solution to the following:

I would like to remove some tags from the "head" of multiple html documents across the web site. They look like

<link rel="alternate"...
1,678
Posted By georgi58
thank you
thank you again.

really appreciate it
1,678
Posted By georgi58
command works
bartus11, your command works great.

perl -lp0e 's/<h1>.*<table/<table/s' infile > outfile
but, would please advise how to make all changes in place and create backup file.

thank you very much....
1,678
Posted By georgi58
remove large portion of web page code between two tags
Hi everybody,

I am trying to remove bunch of lines from web pages between two tags:
one is <h1> and the other is <table

it looks like

<h1>Anniversary cards roses</h1>
many
lines here...
3,463
Posted By georgi58
works!
sed -e 's/<a href[^>]*>//g' -e 's/<\/a>//' input_file

this works like a charm.

now, would please tell me how to execute your command in safe way for all few hundred files and actually replace...
3,463
Posted By georgi58
more details
thank you for your time.

here are some more details

each line with the string i want to remove looks like this:

<td bgcolor="#eeeeee"><b><a...
3,463
Posted By georgi58
yes
yes. just <a> every time
3,463
Posted By georgi58
How to remove string inside html tag <a>
Does anybody know how i can remove string from <a> tag?
There are several hundred posts in a few forums that need to be cleaned up.
The precise situation is
----------
<a...
7,628
Posted By georgi58
works great
thank you very much for your help.

your script works great.

appreciate your time and efforts.
7,628
Posted By georgi58
How to remove urls from html files
Does anybody know how to remove all urls from html files?

all urls are links with anchor texts in the form of

<a href="http://www.anydomain.com">ANCHOR</a>

they may start with www or not.
...
5,261
Posted By georgi58
works perfectly!
you are great! thank you so much

would you be also willing to give me some more help? here is the point:
i would like to clear some stuff between particular html tags and leave the tags intact....
5,261
Posted By georgi58
how to delete certain java script from html files using sed
I am cleaning forum posts to convert them in offline reading version with clean html text. All files are with html extension and reside in one folder. There is some java script i would like to...
Showing results 1 to 24 of 24

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