sed '/^[[:space:]]*P[[:space:]]*$/d' ~/.profile > /tmp/profile.$$
cp /tmp/profile.$$ ~/.profile
rm /tmp/profile.$$
nl -ba ~/.profile | head -20
No comments:
Post a Comment