問一個shell script的寫法 - Linux

By Valerie
at 2011-02-22T13:55
at 2011-02-22T13:55
Table of Contents
words=`cat test.dat`
for word in ${words};do
echo "word"
done
最後輸出再sort即可
這樣不知道可不可以?
※ 引述《Arim (Arim5566)》之銘言:
: 各位版友好
: 小弟想要請教一個寫法
: 假如我有一個檔案test.dat
: 內容為
: abstract continue for false new switch
: assert default if package synchronized
: boolean do goto private this
: break double implements protected throw
: byte else import public throws
: case enum instanceof return transient
: catch extends int short try
: true
: char final interface static void
: class finally long strictfp volatile
: const float native super while null
: 現在想要把他調整成每一行只有一個word,並且可以依照ASCII值做排列
: 例如
: abstract
: assert
: boolean
: ....
: ...
: 排列那個我知道可以用sort
: 只是一行一個word不知道要怎麼寫比較好@@
: 請問要怎麼寫比較好??
: 感謝各位版友
--
Tags:
Linux
All Comments

By Agatha
at 2011-02-23T06:13
at 2011-02-23T06:13

By Lucy
at 2011-02-24T09:37
at 2011-02-24T09:37

By Kelly
at 2011-02-28T11:24
at 2011-02-28T11:24

By Ingrid
at 2011-03-05T08:59
at 2011-03-05T08:59

By Wallis
at 2011-03-05T18:34
at 2011-03-05T18:34

By Delia
at 2011-03-08T11:08
at 2011-03-08T11:08

By Delia
at 2011-03-13T03:43
at 2011-03-13T03:43
Related Posts
問一個shell script的寫法

By Delia
at 2011-02-22T12:24
at 2011-02-22T12:24
sed 只使用到match的pattern部份

By Faithe
at 2011-02-22T11:54
at 2011-02-22T11:54
專業的鄉民

By Robert
at 2011-02-21T21:56
at 2011-02-21T21:56
DNS設定檔

By Hazel
at 2011-02-21T20:13
at 2011-02-21T20:13
Cent0S圖形介面亂碼?

By Doris
at 2011-02-21T17:16
at 2011-02-21T17:16