CSV形式(半角スペース区切り)からの読み込みになるが。
1 2 3 4 5 6 7 |
#!/bin/sh while read A B C do echo $A; echo $B; echo $C; done < hoge.csv |
CSV形式(半角スペース区切り)からの読み込みになるが。
1 2 3 4 5 6 7 |
#!/bin/sh while read A B C do echo $A; echo $B; echo $C; done < hoge.csv |
Posted on 3月 4, 2007 at 10:14 AM
Categories: shell
Receive new post updates: Entries (RSS)
Receive follow up comments updates: RSS 2.0
No comments yet. You should be kind and add one!
By submitting a comment you grant typista a perpetual license to reproduce your words and name/web site in attribution. Inappropriate and irrelevant comments will be removed at an admin’s discretion. Your email is used for verification purposes only, it will never be shared.