
iphone
User
Aug 21, 2010, 11:34 AM
Views: 1235
|
|
Re: [iphone] Trying to print all the lines in a file with a .c extension in it
|
|
|
I think if we add" \/ "before $file_name,it worked
print grep /\/$file_name/, (@file_2, @file_3);
(This post was edited by iphone on Aug 22, 2010, 2:01 AM)
|