![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Change of date format | svenkatareddy | Shell Programming and Scripting | 2 | 05-23-2008 02:58 AM |
| To convert multi format file to a readable ascii format | gaur.deepti | UNIX for Dummies Questions & Answers | 5 | 03-25-2008 03:03 PM |
| Change file format | sapics | Shell Programming and Scripting | 2 | 03-04-2008 05:28 PM |
| How to change it to the date format | preethgideon | UNIX for Dummies Questions & Answers | 3 | 11-02-2006 08:11 AM |
| Date format conversion function | Cecile | UNIX for Dummies Questions & Answers | 9 | 08-31-2006 09:46 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
change the empty function from the old format to the new format
I have about 300 files which has the function getDBBackend().
How to write a program to change the empty function from the old format to the new format? Old empty function format are either: function getDBBackend() { // Not available } // getDBBackend or: function getDBBackend() { } // getDBBackend New empty function format is: function getDBBackend() { // DB backend not applicable, use test backend getTestObject(); } // getDBBackend If the function is not empty, then it will not be changed: function getDBBackend() { $msg = db_start_dget(MIO_DGET_DATA); //... } |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|