CrazedNerd
Well-Known Member
I've had a lot of different ideas for making bash scripts, but i keep running into this problem where it seems like i have to assign variables manually in order to insure that there isn't a problem with the output. Would there be a way to take arguments generated with
$(<command-output>)
and then auto-assign variables with brace expansion or something?