Why don’t you untar normally, then just:
mv wordpress/.* .
mv wordpress/* .
rmdir wordpress
But alas, there’s:
tar --strip-components=1 -zxvf wordpress.tgz
Why don’t you untar normally, then just:
mv wordpress/.* .
mv wordpress/* .
rmdir wordpress
But alas, there’s:
tar --strip-components=1 -zxvf wordpress.tgz