![]() |
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 |
| Recursively find and change Permissions on Man pages | altamaha | Security | 5 | 03-25-2008 06:00 AM |
| Scripts fails if you change its code during the execution. | Klashxx | Shell Programming and Scripting | 4 | 07-04-2007 06:43 AM |
| How to make the same change in multiple shell scripts? | rdakhan | Shell Programming and Scripting | 4 | 05-29-2007 07:21 PM |
| Find/Change long text | aungomarin | Shell Programming and Scripting | 1 | 07-10-2006 05:45 AM |
| How to find out Errors in FTP Scripts | sourabhshakya | Shell Programming and Scripting | 1 | 06-13-2006 07:40 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
hi,
we are going for a new unix box and the ip and DNS name has to be changed in all the scripts, where ever it is hard coded. i was trying the below mentioned command to list all such scripts where the ip/dns name is hard coded: find / -type f -print | xargs grep -l "ip address" >> ip_hard_coded_values the output gave very less number of scripts, as i counter checked by going to some other scripts directory and greped for the ip address and got few more scripts. so i wanted to know if there is any other option/command using which i can find the list of all teh scripts where ip/dns is hard coded. any pointers would be of great help!! thanks, Bhups |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|