egrep -h -o '@"[^"]*"' MJFirstViewController.m The -h suppresses printing the file name, -o is "Prints only the matching part of the line"
egrep -h -o '@"[^"]*"' MJFirstViewController.m