We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cd /Voulmes/HTS/5exomeTove for i in ls ./;do tar -cvzf $i.tar.gz $i ; done
ls ./
don't work because it creates a hidden folder in the corresponding folder
like in folder1 a .tar.gz !
new command!
for i in ls ./;do tar -cvzf ${i%/}.tar.gz ${i%/} ; done
Summary
06Mai2014
rsync -zva --remove-source-files Project_Diag-excap* /data1/yvan/
There was an error while loading. Please reload this page.