How can I control output of the special parameter * in conditional expressions in bash?
I have a filename fofo.l stored in variable FI. I want to check if there “.l” in file name. If so, command1 is executed. If not, command2 is executed.
I have a filename fofo.l stored in variable FI. I want to check if there “.l” in file name. If so, command1 is executed. If not, command2 is executed.