Created
July 16, 2012 15:54
-
-
Save vbajpai/3123475 to your computer and use it in GitHub Desktop.
Create Compressed Flow-Tools Traces from a List of Uncompressed Ones.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> export FTEXT='.ft' | |
>> python -c "import os; list = os.listdir(os.getcwd()); \ | |
print [os.system('echo converting: %s && flow-cat %s -z 9 > %sz'%(file, file,file)) \ | |
for file in list if os.path.splitext(file)[1] == os.environ['FTEXT']]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment