Joining bash arguments as string

https://unix.stackexchange.com/questions/197792/joining-bash-arguments-into-single-string-with-spaces arg $1 is suppose to be “@werm-fw/cloud” and $2 “@werm-fw/set-up” but after I want to pass both args as a single string you would think that if i do this im good, but actually I have to do execute the code below for it to work

Read More »

extract.w cheat sheet

Has to have a boolean value or no value at all. “wow” will be equal to “true” and “hey” will be placed in the “${leftover[@]}” array and set as “$1” arg “wow” will be equal to false because false is a boolean because –wow- ends with “-“, “wow” must have[…]

Read More »