![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| iCal, Mac OS X 10.5: Empty "Home" and "Work" calendars may appear after installing Le | iBot | OS X Support RSS | 0 | 10-03-2008 05:40 AM |
| Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" | iBot | UNIX and Linux RSS News | 0 | 01-04-2008 03:00 PM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-20-2007 01:52 AM |
| Splitting the console into 2 "parts" | jonas.gabriel | High Level Programming | 2 | 06-12-2007 10:31 AM |
| No utpmx entry: you must exec "login" from lowest level "shell" | peterpan | UNIX for Dummies Questions & Answers | 0 | 01-18-2006 04:15 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to apply a "tolower" AWK to a few parts of a document
Hi people,
i have a nice problem to solve.. in an text page i must change all the "*.php" occourences to the respective lowercase.. Example: ... <tr><td> <form action="outputEstrazione.php" method="get"> <table cellspacing='0,5' bgcolor='#000000'><tr><td> <font size='2' color='#ffffff' face='tahoma'><b>Lettura documento input</b></font></td></tr><tr><td> <table width='100%' height='100%' bgcolor='#ffffff' cellpadding='1'><tr><td> ... must be modified in: ... <tr><td> <form action="outputestrazione.php" method="get"> <table cellspacing='0,5' bgcolor='#000000'><tr><td> <font size='2' color='#ffffff' face='tahoma'><b>Lettura documento input</b></font></td></tr><tr><td> <table width='100%' height='100%' bgcolor='#ffffff' cellpadding='1'><tr><td> ... ("outputEstrazione.php" >>> "outputestrazione.php") Can you help me? It seems so simply but it's not for me ![]() tnx! ![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|