僕の備忘録(PC、UN*X、ネットワーク関連が中心)なんです。
自分の書いたところは適当(な時とか)に書き換えますので御了承を。
$ cat book.txt This is a book. The book is here. book is heavy. bookstore is far. The textbook was lost. A book $ grep "\bbook\b" book.txt This is a book. the book is here. book is heavy. A book
リンクはご自由にどうぞ。でもURLや内容が変った場合はあしからず。
grep -w book book.txt とか。
ありがとうございます。manあまり読んでませんでした(^^;