Answers for "run shell script to yaml file"

0

shell script to convert yaml

ps -aef|grep ClientProvision.exe
cd /opt/Logs/dmApp
date=date '+%d-%m-%y_%H_'
cat ClientProv_30xcf_$date *.log |grep "Loading InRoamer Details.."
Posted by: Guest on January-27-2021
-1

shell script to convert yaml

date=date '+%d_%m_%Y_05_'
#echo $date
cd /opt/Logs/dmApp
logfile=ClientProv_30xcf_$date*.log
#echo $logfile
cat $logfile |grep "Loading InRoamer Details.."
Posted by: Guest on January-27-2021
0

run shell script to yaml file

ssh -i "poc-key-pair.pem" ubuntu@ -o "proxycommand ssh -W %h:%p -i "poc-key-pair.pem" [email protected]"
Posted by: Guest on February-25-2021

Code answers related to "run shell script to yaml file"

Python Answers by Framework

Browse Popular Code Answers by Language