Commands to Decompress TGZ archive
Extract to current directory:
Extract with Prompt for target directory:
The prompt is set to default to the current directory, but I'm not sure the syntax is correct because it's not working when I specify a "." for the current directory. Maybe I'm missing something?
tar -xvzf "!"
tar -xvzf "!?&Extract to which directory:?.!" "!"