取代指定匹配到的字串, 變成新字串sed 's/old/new/' filename # 多組需要取代的pattern sed -e ... 這裡有點懶, 透過 head 工具取前5行, 透過管線傳給sed,
確定! 回上一頁