Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

find a character in a list of file

Status
Not open for further replies.

donny750

Programmer
Jul 13, 2006
145
FR
hi,

I've a list of script, and i was looking for the script where i use the subroutine init;
so i do it,
cat *.sh | grep init

but this command return me things like this
init(..
inti(..
but not the script where are the sub

how can i do ?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top