-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe the bug
The tar
command provided here is incomplete
tar -zxvf awsome_codes && cd awsome_codes
Output:
$ tar -zxvf awsome_codes && cd awsome_codes
tar (child): awsome_codes: Cannot read: Is a directory
tar (child): At beginning of tape, quitting now
tar (child): Error is not recoverable: exiting now
gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: Error is not recoverable: exiting now
The correct command is:
tar -zxvf awsome_codes.tar.gz && cd awsome_codes
To Reproduce
Steps to reproduce the behavior:
- Go to here
- Follow all the previous steps till here
- After executing the commands you can find the error message.
- See error
Expected behavior
The output of the commands should be like this
awsome_codes/
awsome_codes/main.c
awsome_codes/sin_value.h
awsome_codes/hello.c
awsome_codes/sin_value.c
awsome_codes/cos_value.h
awsome_codes/cos_value.c
Desktop (please complete the following information):
- OS: [Ubuntu 22.04.3 LTS]
jianminww
Metadata
Metadata
Assignees
Labels
No labels