Open 7dir opened 4 years ago
cat 2 | ruby -e 'i=0; STDIN.each_line {|x| if (x.include?(")") || x.include?(".")) then puts "\t"+x else puts x end }'