LINUX USEFUL COMMAND

sed:

**Delete all line from a file start with #
sed '/^#/ d' initorclTemp.ora > initorcltemp.ora
In above example,line start with # in initorclTemp.ora file will be removed and output redirect to initorcltemp.ora file .

请使用浏览器的分享功能分享到微信等