Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hrithik123

macrumors member
Original poster
Feb 3, 2010
97
0
i see default comment in all file


Created by First Name Last name on 17/07/10.
// Copyright 2010 company name. All rights reserved.


how can i find - replace or delete from all file in simple way?
 
Close the project in XCode (not sure if this is required but seems like a good idea)
Use sed on the command line to alter all the files (probably with xargs too). Use Google to lookup these commands if you don't know how they work.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.