python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why two results of 'tar cvf' of a same project not matched?
I have a go project names hello which contains only a main.go source file.
I use go build to get an executable called hello, then md5sum hello to get its md5:9d51bcdbddd40320ba3057f91952865e. Then I u...

zujian wei
Votes: 0
Answers: 1
How do you run a tar command to backup a folder inside a docker container to the host?
My docker container has a directory that I want to periodically backup to the host.
I would think the command would be something like this:
docker-compose exec SERVICE_NAME tar -czf - -C /dir/to/backu...
John
Votes: 0
Answers: 1
How do I decompress a hosted tar file on the fly using NodeJS
I have the following curl command that works fine...
curl -L -v "https://us-central1-npm.pkg.dev/my-project/npm-public/@my-scope/bucky-barnes/-/@my-scope/bucky-barnes-0.0.1.tgz" -o test.tgz...
Jackie
Votes: 0
Answers: 1
How to extract a tarball on Windows that contains symlinks
I'm trying to extract a tarball on Windows that contains symlinks, and I get an error: "no such file or directory", and then "tar: Exiting with failure status due to previous errors&quo...
u84six
Votes: 0
Answers: 1