Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding $variables #11

Closed
jgraup opened this issue Nov 19, 2015 · 1 comment
Closed

Consider adding $variables #11

jgraup opened this issue Nov 19, 2015 · 1 comment

Comments

@jgraup
Copy link

jgraup commented Nov 19, 2015

Command Description
[variable]=[value] Set variable equal to value
[command] $[variable] Use variable's value by adding $ before the name

Examples

x=12345
echo $x
timestamp=`date +%Y-%m-%d`
echo $timestamp;
hello=hello;
world=world;
echo $hello $world
@0nn0
Copy link
Owner

0nn0 commented May 14, 2016

Not considered basics in my opinion, therefore leaving it out for now. Thanks for the suggestions though!

@0nn0 0nn0 closed this as completed May 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants