Computer scienceSystem administration and DevOpsCommand lineWorking with files

Archiving and extracting data

Unpack it

Report a typo

You got an archive named unpackme.tar.gz from some trustworthy sources. So follow the name of this archive and type the full command to unpack it.

Sample Input 1:

Sample Output 1:

OK
Write a program in Shell
#!/usr/bin/env bash
function solve() {
# add your solution here

}
___

Create a free account to access the full topic