File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ here="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
55cd $here
66
77sudo ls -1 /var/sftp | egrep -v " test|logup" > moved.txt
8- grep batchs /home/ubuntu/prod/data/reports/stationlogins.txt | cut -c 42-61 | sed ' s/ //g' | sort > switched.txt
9- grep ukmonh /home/ubuntu/prod/data/reports/stationlogins.txt | cut -c 42-61 | sed ' s/ //g' | sort > pending.txt
8+ grep batchs /home/ubuntu/prod/data/reports/stationlogins.txt | cut -c 42-61 | sed ' s/ //g' | uniq | sort > switched.txt
9+ grep ukmonh /home/ubuntu/prod/data/reports/stationlogins.txt | cut -c 42-61 | sed ' s/ //g' | uniq | sort > pending.txt
1010
1111ssh ukmonhelper2 " ~/prod/server_setup/get-nbd.sh" | while read i ; do echo $i | awk -F" /" ' {print $4}' ; done > not-being-done.txt
1212ssh ukmonhelper2 " ~/prod/server_setup/get-all.sh" | while read i ; do echo $i | awk -F" /" ' {print $4}' ; done > all-accounts.txt
You can’t perform that action at this time.
0 commit comments