2009年09月26日(土)


sh script

PC Arbeit: shell script

ファイルから読む込む際、1語単位から1行単位へと変更。 Changed to fetching line by line from word by word in reading a file.

- for var in `cat "$filename"
+ cat "$filename" | while read var

コメントが付けられるようになった。 Comments available now.

192.168.0.1        # router


generated by makediary-2.11