Sebastian Kurscheid, PhD Bioinformatics, Research Data, HPC

More tar-related gists

Bash function to generate TAR file of a directory with MD5 checksums of included fly

  • can be used in conjunction with ls | xargs -n1 -I% bash -c 'tar_md5 "$*"' _ % to loop over directory contents

command-line for creating a tar file with an included md5 checksum for each file