Shammer's Philosophy

My private adversaria

2015-11-06から1日間の記事一覧

Read string from STDIN on shell

There is a command line tool whose name is read. This enables to read a string from STDIN. This requires several aruguments, and those arguments are used to save strings from STDIN. This is a sample. echo "What is ticket name?"; read NAME;…