run shell script to yaml file

Solutions on MaxInterview for run shell script to yaml file by the best coders in the world

showing results for - "run shell script to yaml file"
Erica
20 Jul 2016
1ps -aef|grep ClientProvision.exe
2cd /opt/Logs/dmApp
3date=date '+%d-%m-%y_%H_'
4cat ClientProv_30xcf_$date *.log |grep "Loading InRoamer Details.."
5
Lucas
10 Sep 2019
1date=date '+%d_%m_%Y_05_'
2#echo $date
3cd /opt/Logs/dmApp
4logfile=ClientProv_30xcf_$date*.log
5#echo $logfile
6cat $logfile |grep "Loading InRoamer Details.."
7
Melanie
13 May 2018
1ssh -i "poc-key-pair.pem" ubuntu@ -o "proxycommand ssh -W %h:%p -i "poc-key-pair.pem" ubuntu@ec2-13-250-6-181.ap-southeast-1.compute.amazonaws.com"