Following is the input from command line:
bash script.sh "input*" ";" "21" "yyyy-MM-dd"
and in my current directory i have two input files:
- input1.txt
- input2.txt
While i want to get value 'input*' from input '$1' i got 'input1.txt input2.txt' as input.
Is there any way to get value 'input*' from '$1'?