Can’t get variable assigned in Bash case statement
I need to be able to use a variable value that’s assigned in a bash case statement.
My input file has a single line.
~~
30.xx.xx.xx,Bill
~~
I need to be able to use a variable value that’s assigned in a bash case statement.
My input file has a single line.
~~
30.xx.xx.xx,Bill
~~