Created
August 12, 2013 18:47
-
-
Save silentbicycle/6213801 to your computer and use it in GitHub Desktop.
If you MUST sound like an IETF RFC
(using cat is RECOMMENDED)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sed -e "s/must/MUST/" \ | |
-e "s/must not/MUST NOT/" \ | |
-e "s/required/REQUIRED/" \ | |
-e "s/shall/SHALL/" \ | |
-e "s/shall not/SHALL NOT/" \ | |
-e "s/should/SHOULD/" \ | |
-e "s/should not/SHOULD NOT/" \ | |
-e "s/recommended/RECOMMENDED/" \ | |
-e "s/may/MAY/" \ | |
-e "s/optional/OPTIONAL/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/via @grindars