Computer scienceSystem administration and DevOpsCommand lineWorking with files

Archiving and extracting data

Archive them all!

Report a typo

Your current working directory has another directory my-book/ for which you need to make a backup with tar, but without gzip-compressing, under the name my-book.tar. Type the command that will do 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