wc
This commit is contained in:
parent
17fded3633
commit
9d33db0136
1 changed files with 1 additions and 1 deletions
2
wc.rb
2
wc.rb
|
@ -51,5 +51,5 @@ if input_sources.size > 1
|
|||
total_result << total_words if options[:words]
|
||||
total_result << total_bytes if options[:bytes]
|
||||
|
||||
puts "#{total_result.join(' ')} total"
|
||||
puts "#{total_result.join(' ')} 合計"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue