Search results

  1. S

    Gunzip & wildcards not working inside bash script

    I'm new to Linux and would appreciate any help. I have a bash script that includes the line below. By the time the script gets to this line, it's already working from the same directory as the .gz file. /bin/gunzip -k < *.gz | /usr/bin/mysql -u root -p"************" sites With the above, I...
Top