Created
March 17, 2013 15:12
-
-
Save jrsmith3/5181964 to your computer and use it in GitHub Desktop.
Idea for a command that tells you what specified flags for an arbitrary bash command are.
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
wtf -- list specified command options of a bash command | |
EXAMPLE | |
------- | |
$ wtf rsync -rvcl src/ dest/ | |
-r, --recursive recurse into directories | |
-v, --verbose increase verbosity | |
-c, --checksum skip based on checksum, not mod-time & size | |
-l, --links copy symlinks as symlinks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment