Quick question:

Anyone know if Bash has a variable to hold the command line args before they were expanded?

If I type myscript *, $@ holds the expanded list. Is there a variable that holds the '*'?

#Linux #Bash