Unix command for find number of lines code in iOS project -


this question has answer here:

i trying find total number of line code of .h , .m file.i dont know command please me.

wc -l your_file give number of lines in file.

take @ man wc


Comments