searchtext

バージョン 1.0.0.0 (7 KB) 作成者: Kevin
Search text in files.
ダウンロード: 897
更新 2007/5/29

ライセンスがありません

This is similar to grep in Unix. Recursive search. Ignore certain files and directories.

Example 1: Do the following search:
(a) Root directory is 'dlog'.
(b) Include all subdirectories under 'dlog'.
(c) Search for all files.
(d) Include any line that has the word 'TODO' in it. Case-sensitive.
>> searchtext('dlog', 'TODO', '', 1);
OR
>> searchtext('dlog', '*', '', '*', '', 'TODO', '', 1);

Do 'help searchtext" to see all examples.

The zipfile contains 3 files:
searchtext.m
searchfile.m
searchdir.m

All 3 files are fully documented in H1.

引用

Kevin (2024). searchtext (https://www.mathworks.com/matlabcentral/fileexchange/15121-searchtext), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2006b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSearch Path についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0