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

teamcity Automatic Agent Start under Linux

15 managing disk - understanding /etc/fstab xfs_admin mount -o rw,remount /