# File app/bin/grep.rb, line 37 def usage puts @parser.help puts "パターン - 正規表現が使用できます。" puts @usage_msg_fixed_args puts puts "例" puts " - 複数行の検索文字列を対象とする。" puts " grep 'aaa.*?\\n.*?bbb' filename" end