Rubyで標準入力
- software 2024 2024-09 9月27日
曇りのち雨
Rubyで標準入力
Perlにはダイヤモンド演算子があるが、Rubyでも
while (input = gets) do
print input
end
と書けば、
cat.rb foo
もcat.rb < foo
もcat foo|cat.rb
もOKなのであった。
曇りのち雨
Perlにはダイヤモンド演算子があるが、Rubyでも
while (input = gets) do
print input
end
と書けば、
cat.rb foo
もcat.rb < foo
もcat foo|cat.rb
もOKなのであった。