- String Substitution
- String Pattern Matching
- String Length
Here are some simple examples:
If you want to edit (with vi) every chapter of your book on bash that has the phrase "command substitution," assuming that your chapter files all begin with ch, you could type:vi $(grep -l 'command substitution' ch*)
0 件のコメント:
コメントを投稿