From ae199bcd8c1c5796f8cc60fbac182127ba9b2fc7 Mon Sep 17 00:00:00 2001 From: othocaeS Date: Tue, 26 Jul 2016 13:21:25 -0400 Subject: [PATCH] updating thor name script --- scripts/fix_thor_names.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 scripts/fix_thor_names.sh diff --git a/scripts/fix_thor_names.sh b/scripts/fix_thor_names.sh old mode 100644 new mode 100755 index 8f47e9b..c58186a --- a/scripts/fix_thor_names.sh +++ b/scripts/fix_thor_names.sh @@ -5,7 +5,7 @@ for analysis in analysis/* do basename $analysis| sed 's|A_|Å\)|g'| - sed 's|_|\(𝛌=|'| - sed 's|__|\)≻|'| - sed 's|_|\(𝛌=|'| - sed 's|_|≻|'| \ No newline at end of file + sed 's|_\([0-9]+\)|\(𝛌=\1|g'| + sed 's|_|≻|'| + sed 's|Δt|Δt=|' +done \ No newline at end of file