Search Results

Search: Posts Made By: crazynups
13,175
Posted By crazynups
Thanks it worked need some more guidence ...
Thanks it worked


need some more guidence

i also need to make changes according to file types like this


for z in `find . -type f -name "*.PHP"`; do
sed -e 's@123@456@g' $z>temp;
mv temp...
13,175
Posted By crazynups
Replace string in all files in a folder and subfolders.
i need to change string in all files in current folder and all subfolders. i wrote the following script. It works good except it dont delete temp file from subfolders.

for z in `find . -type f...
Showing results 1 to 2 of 2

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