Computer scienceSystem administration and DevOpsCommand lineWorking with files

Archiving and extracting data

gz. files

Report a typo

You found a where-is-treasure.txt.gz file on an old computer in the cellar of your house. The file is compressed for some reason. Now it is in your current directory. So type the appropriate command to decompress this file.

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