This is one of those things I don't quite do often enough to memorize. I thought it would be nice to have the answer here so I (and maybe others with as poor a memory as me) can star it.
What command-line options to I use to un-tar a tar.gz file into a specific directory, on Linux?
But directory must be created before you can fill it If you don't define -C, it is extract in the current directory
From
man tar
: