Created
June 8, 2022 14:42
-
-
Save hogashi/1fb12451cca66a56789cb3f79d84fc98 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ function ane(){ aws help | perl -pe 's|a[^ ]*w[^ ]*s|ane|g' | perl -pe 's|AWS|ANE|g' | head -18; } | |
$ ane help | |
ANE() ANE() | |
NAME | |
ane - | |
DESCRIPTION | |
The ANE Command Line Interface is a unified tool to manage your ANE | |
services. | |
SYNOPSIS | |
ane [options] <command> <subcommand> [parameters] | |
Use ane command help for information on a specific command. Use ane | |
help topics to view a list of available help topics. The synopsis for | |
each command shows its parameters and their usage. Optional parameters | |
are shown in square brackets. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment