Linux Shell Script

要做一個對比linux install.log file 的program
要display 到a.log 同b.log 的總共package

對比後會show返少左/多左既package

有無Ching 可以幫幫手

原帖由 3e3e3e 於 2008-10-28 17:23 發表
要做一個對比linux install.log file 的program
要display 到a.log 同b.log 的總共package

對比後會show返少左/多左既package

有無Ching 可以幫幫手


man wc
man diff

TOP