Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Thought this was helpful...
Andy Knipp
For those of you (on unix) that want a list of files that contain a certain string in a large directory. I use it to search for perl lcoations in this example:
find /iw-home -name "*.*pl" -print | xargs grep -l "#!/iw-home" | more
gives a list like this :
/iw-home/private/bin/iwanalyze.ipl
/iw-home/private/bin/iwanalyzetool.ipl
/iw-home/tmp/test.pl
/iw-home/examples/Templating/workflow/author_submit_dcr-0.ipl
/iw-home/examples/Templating/workflow/author_submit_dcr-3.ipl
/iw-home/OpenDeployNG/solutions/perl/iwodstart.ipl
/iw-home/datadeploy/bin/iwdd.ipl
HTH
Andy
Find more posts tagged with
Comments
There are no comments yet