Name: Anonymous 2007-05-19 12:51 ID:7NvRuCrR
I have a text document with various lines like this:
So, in bash, how would I go about converting all lines like that into variables, i.e.
Something: Something else
Other thing: Another thing elseSo, in bash, how would I go about converting all lines like that into variables, i.e.
$SOMETHING="Something else"
$OTHER_THING="Another thing else"