Wildcard Question
Hi,I was wondering if an expert could confirm if this line would work.
tar -zcvf sqldata.$date.tgz
*.sql
As it seems the server is taking that * as a character, not as a wildcard.
What would be the proper character for a wildcard symbol?
Thanks