Find and replace text within a file using sed command · Use Stream EDitor (sed) as follows: · sed -i 's/old-text/new-text/g' input. · The s is the ...
確定! 回上一頁