Grep To Find Code Video 0035

A Video for the Ojambo.com Grep to find code article.
Part One of One

The command line utility grep can be used to find specific code in files. Grep can find specific code and output the exact file name and its location. With grep, it is possible to find the exact line number for the code..

Grep is cross-platform and available for other operating systems. The video begins by selecting a suitable programming editor. Ojambo.com reviewed cross-platform lightweight programming editors.

The video uses command-line shell grep to find and replace text. Other command line tools are used to create folders and files. Tips from the Ojambo.com regular expressions article are utilized to find specific text.