25道shell面試題

1、用sed修改test.txt的23行test爲tset;linux    sed–i ‘23s/test/tset/g’ test.txtweb 2、查看/web.log第25行第三列的內容。shell    sed–n ‘25p’ /web.log | cut –d 「 」 –f3編程    head–n25 /web.log | tail –n1 | cut –d 「 」 –f3vim  
相關文章
相關標籤/搜索