#!/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
'분류 전체보기'에 해당되는 글 691건
- 2020.03.24 bash python return
- 2020.03.20 grep error : Binary file (표준 입력) matches
- 2020.03.20 convert json 2 table
- 2020.03.10 notepad++ 정렬
- 2020.03.09 shell 문자열 자르기
- 2020.02.28 shell 10 개 이상 파라미터
- 2020.02.21 'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
- 2020.02.13 git windows 한글
- 2020.02.12 find grep (cygwin, linux, ....)
- 2020.02.07 git client for windows
$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 가
가나다라