Search Results

Search: Posts Made By: ajayram_arya
1,290
Posted By ajayram_arya
Found other way . This will change all the .htm...
Found other way . This will change all the .htm files .


perl -i -p -e 's/old/new/g;' *.htm



find . -maxdepth 1 -type f -name '*.htm' | \
xargs perl -i.bak -pe...
1,290
Posted By ajayram_arya
Search replace hostname in htm files
Need assistance in changing the hostname

I have multiple html files in a directory , its src is pointing to houston.sp.com and it needs to change to alaska.sp.com . Below is the example
...
Showing results 1 to 2 of 2

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