Filter out lines containing 'spam': sed '/spam/d' somefile | Capitalize all vowels in a file: sed 'y/aeiou/AEIOU/' somefile

Filter out lines containing 'spam':  sed '/spam/d' somefile

Capitalize all vowels in a file:  sed 'y/aeiou/AEIOU/' somefile

Comments

Popular posts from this blog

HAproxy logging

tomcat catalina coyote jasper cluster

NFS mount add in fstab _netdev instead of default | firewall-cmd --list-all