From 13ab1129f1f3966879ec1e5ad7558be2c7094c7d Mon Sep 17 00:00:00 2001
From: Pedro Folloni Pesserl <fpesserl7@gmail.com>
Date: Wed, 22 Feb 2023 12:02:12 -0300
Subject: [PATCH] tshell: p3: add useful command

---
 tshell/tshell_p3.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tshell/tshell_p3.sh b/tshell/tshell_p3.sh
index cab83f3..f1dbb90 100755
--- a/tshell/tshell_p3.sh
+++ b/tshell/tshell_p3.sh
@@ -35,4 +35,7 @@ CSV=$2
 confere_arq_saida $CSV
 CSV=$(realpath $CSV)
 
+# separar os campos necessários do arquivo xml.gz
+# zcat $XML | xgrep -tx "//PMID|//ArticleTitle|//Abstract|//MeshHeadingList"
+
 
-- 
GitLab