https://github.com/wtsi-hgi/tarbomb-disposal
Extract a tar archive, defusing any tarbombs
https://github.com/wtsi-hgi/tarbomb-disposal
Last synced: about 2 months ago
JSON representation
Extract a tar archive, defusing any tarbombs
- Host: GitHub
- URL: https://github.com/wtsi-hgi/tarbomb-disposal
- Owner: wtsi-hgi
- License: mit
- Created: 2015-09-04T10:43:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T16:19:04.000Z (over 9 years ago)
- Last Synced: 2025-01-26T18:48:16.677Z (3 months ago)
- Language: Shell
- Size: 172 KB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tarbomb Disposal
Extract a tar file into the current working directory. If the contents
of the tar file are namespaced into their own directory, then this is
the same as `tar x`. However, if the contents extract all over the
working directory (i.e., a tarbomb), then a directory is first created
for them (with the same name as the archive, with the extension
removed).## Usage
Extract the tar `FILE` into a subdirectory of the current working
directory:tbd [options] FILE
The following tar options can be passed through:
Flag | Option
:--: | --------------------------------
`m` | Do not extract modification time
`o` | Set owner to yourself
`p` | Preserve file permissions
`v` | Verbose outputThese may be specified with or without a preceding dash.
## License
[MIT License](LICENSE)
Copyright (c) 2015 Genome Research Limited