#!/bin/bash
for i in 1 2 3 4 5
do
echo "Welcome $i times"
#python 12localhost.py
outputString=$(python 12localhost.py)
echo $outputString
RET=${outputString:0:4}
if [ $RET = "True" ]
then
echo "TRUEEEEEEEEEEEEEE2"
break
else
echo "FALSEEEEEEEEEEEEEEEE"
fi
sleep 10;
done
$strings FILENAME| grep KEY
'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
카테고리 없음 2020. 2. 21. 17:02git bash 에서
$ git config --global gui.encoding utf-8
git gui 다시 실행
$ cat 1.txt
가나다라
a
b
$ find . -name "1.txt"|xargs grep 가
가나다라