Computer scienceSystem administration and DevOpsCommand lineWorking with files

Archiving and extracting data

Gzip files

Report a typo

You have the movies.txt file in your current directory, compress it with the gzip utility.

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