gist:215e210851fbcff7d1b6

Sign up for a GitHub account Sign in All Gists public progrium / gist:215e210851fbcff7d1b6 Last active 2014-05-29 Gist Detail Revisions 6 Download Gist Clone this gist Embed this gist Link to this gist gistfile1.sh Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 destructuring_assignment_for_named_local_args () { declare numbers letters words read numbers letters words <<< "$@" echo "$numbers" echo "$letters" echo "$words" } destructuring_assignment_for_named_local_args 123 abc "Hello world" Sign up for free to join this conversation on GitHub . Already have an account? Sign in to comment /.discussion-timeline Something went wrong with that request. Please try again. Served fresh by github-fe103-cp1-prd.iad.github.net © 2014 GitHub ...

Linked on 2014-05-29 23:00:30 | Similar Links