![]() |
|
|
google unix.com
|
|||||||
| Forum | Registrati | Regole Forum | Collegamenti | Album | FAQ | Members List | Calendario | Ricerca | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SuSE, Fedora, Debian, Mandriva, Slackware, Gentoo Linux, PCLinuxOS. Tutte le domande qui Linux! |
Più di UNIX e Linux Forum Argomenti potreste trovare utili
|
||||
| Filo | Thread Starter | Forum | Risposte | Ultimo Post |
| Rimuovere i tag html con bash | dejavu88 | Shell scripting e di programmazione | 4 | 05-22-2008 02:58 PM |
| Come integrare con i tag HTML SED | DocBrewer | Shell scripting e di programmazione | 3 | 04-25-2008 10:40 AM |
| tag html | dunryc | Shell scripting e di programmazione | 3 | 11-29-2007 06:14 PM |
| Come si divide il file da tag all'interno del file? | spookyrtd99 | Shell scripting e di programmazione | 1 | 07-31-2006 01:50 AM |
| Automatizzato di sostituzione dei tag HTML | nem_kirk | SUN Solaris | 1 | 11-17-2005 01:24 AM |
|
|
LinkBack | Thread Tools | Cerca in questo Thread | Rate Thread | Modalità di visualizzazione |
|
||||
|
Come rimuovere solo tag html all'interno di un file?
Hi All,
Ho seguenti file di esempio i desidera rimuovere tutti i tag html solo, File di input: <html> <head> <title> Software Solutions, Inc., </ title> <meta http-equiv\u003d"Content-Type" content\u003d"text/html; charset\u003diso-8859-1"> </ head> <body bgcolor\u003dwhite leftmargin\u003d"0" topmargin\u003d"0" marginwidth\u003d"00" marginheight\u003d"0" class\u003dNormalFont> <table ID\u003d"Table2" Bordercolor\u003dblack border\u003d2 cellspacing\u003d2 cellpadding\u003d2> <TR> <TD Colspan\u003d4 align\u003dleft bgcolor\u003d"yellow"> <font color\u003dblue> <b> Iswar Ramamoorthy </ b> </ font> </ td> </ TR> <tr> <td align\u003dcenter> <b> Data </ b> </ td> <td align\u003dcenter> <b> Totale Ore </ b> </ td> <td align\u003dcenter> <b> totale nel tempo </ b> </ td> <td align\u003dcenter> <b> totali Break Ore </ b> </ td> </ tr> </ table> <table ID\u003d"Table2" Bordercolor\u003dblack border\u003d2 cellspacing\u003d2 cellpadding\u003d2> <TR> <TD Colspan\u003d4 align\u003dleft bgcolor\u003d"yellow"> <font color\u003dblue> <b> Aman Jain </ b> </ font> </ td> </ TR> <tr> <td align\u003dcenter> <b> Data </ b> </ td> <td align\u003dcenter> <b> Totale Ore </ b> </ td> <td align\u003dcenter> <b> totale nel tempo </ b> </ td> <td align\u003dcenter> <b> totali Break Ore </ b> </ td> </ tr> </ table> <table ID\u003d"Table2" Bordercolor\u003dblack border\u003d2 cellspacing\u003d2 cellpadding\u003d2> <TR> <TD Colspan\u003d4 align\u003dleft bgcolor\u003d"yellow"> <font color\u003dblue> <b> Anilkumar Kaandukuri </ b> </ font> </ td> </ TR> <tr> <td align\u003dcenter> <b> Data </ b> </ td> <td align\u003dcenter> <b> Totale Ore </ b> </ td> <td align\u003dcenter> <b> totale nel tempo </ b> </ td> <td align\u003dcenter> <b> totali Break Ore </ b> </ td> </ tr> <tr class\u003dnormalfont> <td align\u003dcenter> 11/16/2007 </ td> <td align\u003dcenter> 1:16:0 </ td> <td align\u003dcenter> 01:16 </ td> <td align\u003dcenter> 0 </ td> </ tr> </ table> <table ID\u003d"Table2" Bordercolor\u003dblack border\u003d2 cellspacing\u003d2 cellpadding\u003d2> <TR> <TD Colspan\u003d4 align\u003dleft bgcolor\u003d"yellow"> <font color\u003dblue> <b> Arun Sivaraman </ b> </ font> </ td> </ TR> <tr> <td align\u003dcenter> <b> Data </ b> </ td> <td align\u003dcenter> <b> Totale Ore </ b> </ td> <td align\u003dcenter> <b> totale nel tempo </ b> </ td> <td align\u003dcenter> <b> totali Break Ore </ b> </ td> </ tr> Il mio risultato atteso: Software Solutions Inc Iswar Ramamoorthy Data Ore totali Tempo totale in Totale Break Ore Aman Jain Data Ore totali Tempo totale in Totale Break Ore Anilkumar Kaandukuri Data Ore totali Tempo totale in Totale Break Ore 11/16/2007 1:16:0 01:16 0 ............ ........... ecc ........... |
| Segnalibri |
| Thread Tools | Cerca in questo Thread |
| Modalità di visualizzazione | Vota questo thread |
|
|