subject
Computers and Technology, 30.09.2019 22:30 ronniem

Task 0. create a directory (archive) and cd to archive. copy the attached files here. task 1a. zip command - to create a zip file (hello. zip) containing hello. c and hello (attached here). task 1b. delete hello. c and hello files task 1c. unzip command - to restore hello. c and hello from the zip file (hello. zip). task 2a. tar command - to make a tar file (named hello. tar) which contains hello. c and hello files. task 2b. delete hello. c and hello files task 2c. tar command - to restore hello and hello. c files from hello. tar file task 3a. gzip command - to make a gzip file (named "hello. gz") containing hello and hello. c files. task 3b. delete hello. c and hello files task 3c. restore hello and hello. c files from hello. gz file using gunzip command task 4. compress hello. tar file using gzip command to make hello. tar. gz task 5. compare the file size of these files: hello. zip, hello. tar, hello. gz, and hello. tar. gz task 6. which one is better in compression? state your observation.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:40
Design a pos circuit that displays the letters a through j on a seven-segment indicator. the circuit has four inputs w, x, y, and z which represent the last 4 bits of the uppercase ascii code for the letter to be displayed. thus, if wxyz = 0001 then "a" will be displayed. (any answer with 22 or fewer gates and inverters, not counting any for the inputs, is acceptable)
Answers: 2
question
Computers and Technology, 23.06.2019 22:30
How many points do i need before i can send a chat
Answers: 1
question
Computers and Technology, 24.06.2019 00:30
Afiling system in which an intermediary source of reference, such as a file card, must be consulted to locate specific files is called a(n) system. a. shelf filing b. direct filing c. indirect filing d. shingling
Answers: 1
question
Computers and Technology, 24.06.2019 11:20
Print "censored" if userinput contains the word "darn", else print userinput. end with newline. ex: if userinput is "that darn cat.", then output is: censoredex: if userinput is "dang, that was scary! ", then output is: dang, that was scary! note: if the submitted code has an out-of-range access, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.#include #include using namespace std; int main() {string userinput; getline(cin, userinput); int ispresent = userinput.find("darn"); if (ispresent > 0){cout < < "censored" < < endl; /* your solution goes here */return 0; }
Answers: 3
You know the right answer?
Task 0. create a directory (archive) and cd to archive. copy the attached files here. task 1a. zip c...
Questions
question
Chemistry, 14.01.2021 18:20
question
English, 14.01.2021 18:20
question
English, 14.01.2021 18:20
Questions on the website: 13722363