---+ Problem to be addressed: You have a set of compressed files that all need to be extracted, and you don't want to manually extract each one. ---+ Steps 1 create a new file somewhere in your path using your favorite text editor. (File can be named anything you want, ex. "detar") 1 add the following line to the new file: * for f in *.tar.gz;do tar xvzf $f;done 1 if you are confident that you never want to keep the compressed versions of the files, and you never use the extensions in the naming of the extracted files, you can optionally add the next line: * rm *.tar.gz 1 save and close your file. 1 type the file name ("detar") on the command line in any directory containing .tar.gz files. ---+ Notes: -- Main.DanielDeatherage - 09 Sep 2014
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
V
iew topic
|
M
ore topic actions
Barrick Lab
>
ComputationList
>
UnzipAll
Contributors to this topic
JosephReitman, DanielDeatherage
Topic revision: r2 - 2021-11-03 - 19:30:33 - Main.JosephReitman
Barrick Lab
Contact
Research
Publications
Team
Protocols
Reference
Software
UT Austin
Mol Biosciences
ILS
Microbiology
EEB
CSSB
CBRS
The LTEE
iGEM team
SynBioCyc
SynBio course
NGS course
BEACON
Search
Log in
Copyright ©2025 Barrick Lab contributing authors. Ideas, requests, problems?
Send feedback