Created
March 31, 2020 07:44
-
-
Save uzleo/22d5cb656e0d33f0dcc93b9a484b48ff to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| mysql -D X -e "select id from fi_records where system='aes-82a2288' and sihft='swiftdfBESegm' and detected is null and error_type='Controlflow' and outcome='EDC';" | while read id; do id=$(printf "%06d" $id); tar xf swiftdfBESegm_300320201721_2.tar.gz swiftdfBESegm_300320201721_2/ml/fault${id}_log -O | head -30 >> x; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment