Guest User

Untitled

a guest
Feb 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/sh
  2. # コード/改行を変換した後に行末のスペースを削除
  3.  
  4. nkf -w -Lu ${input_file} | sed -E 's/ *$//' > ${output_file}
Add Comment
Please, Sign In to add comment