zohair28
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by zohair28-
It is working now! I changed ' with " for sed command. for i in $(ls *.db | sed 's/.db//g') ; do sed -i.bak "s/admin.domain.com/admin.$i/g" $i.db ; done Many thx again!!
-
Many thx for your answer but I got this inside mail value after running command:- admin.$i. So still this is not the correct value, What do you think?
-
Yes both files looks fine.