I have a file called control.tar.xz
. I'm trying to extract the file, but there is no output.
Heres my code:
shell_exec('cd ' . __DIR__ . ' && tar -xf control.tar.xz');
I'm checking for control
and it's not showing.
What am I doing wrong?
I have a file called control.tar.xz
. I'm trying to extract the file, but there is no output.
Heres my code:
shell_exec('cd ' . __DIR__ . ' && tar -xf control.tar.xz');
I'm checking for control
and it's not showing.
What am I doing wrong?