From e2b94d4181ffe5d9dc8a5741a6827ad6694f8c0b Mon Sep 17 00:00:00 2001 From: concise7113 Date: Wed, 23 Jul 2025 15:54:33 +0000 Subject: [PATCH] Del --- scripts/sc.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 scripts/sc.sh diff --git a/scripts/sc.sh b/scripts/sc.sh deleted file mode 100644 index 614ea33..0000000 --- a/scripts/sc.sh +++ /dev/null @@ -1,11 +0,0 @@ -#tail -n 30 /u01/env/$1/tibco/tra/$1/application/logs/CARinboxBulk-Process_Archive.log |grep OutOfMemoryError |wc -l -#!/bin/bash -cd out/ -for h in $(ls /u01/zbx/agt/bin/OutOfMemory_log_checks/) -do -cd /u01/zbx/agt/bin/OutOfMemory_log_checks/ -mv $h.log.sh $h.sh -#touch $h.sh -#echo -e "#!/bin/bash\ntail -n 30 /u01/env/\$1/tibco/tra/\$1/application/logs/$h |grep OutOfMemoryError |wc -l" > $h.sh - -done