You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the bug
The
tar
command provided here is incompleteOutput:
The correct command is:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The output of the commands should be like this
Screenshots
![Screenshot from 2023-12-23 23-24-14](https://private-user-images.githubusercontent.com/98346896/292639270-ce284737-4578-44bf-8ee7-53466040a270.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzQ2MjUsIm5iZiI6MTczOTE3NDMyNSwicGF0aCI6Ii85ODM0Njg5Ni8yOTI2MzkyNzAtY2UyODQ3MzctNDU3OC00NGJmLThlZTctNTM0NjYwNDBhMjcwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3NTg0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmZGM3ODExZmJlMzU3ZjM2ZjYyMGE0ZGU5ZDRlODg4OWY3MTZjMDMzNGMzNzdhZWE3MzgyN2UyOWMwMzg2MjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.StV3yP--8MpQ7febTg_jLtVWunGx77-711Sc_0IVSUw)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: