'분류 전체보기'에 해당되는 글 666건
- 2020.04.01 dhmtlx layout patterns
- 2020.04.01 firefox addon macro
- 2020.04.01 bash alias
- 2020.04.01 windows arp
- 2020.03.26 windows ipconfig: command not found
- 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 문자열 자르기
alias cdq='cd /cygdrive/d/prj1/workspace/src/main/resources/egovframework/sqlmap/sql/somedir'
(
https://unix.stackexchange.com/questions/366009/alias-to-cd-in-a-directory-and-call-a-command
Right-click "My Computer" & select "Properties." (hot key : windows key + Pauese Break)
Click "Advanced" tab.
Click "Environment Variables" button.
In the "System variables" box, scroll down to "PATH" and highlight it.
Click the "Edit" button.
In the "Variable value:" box, add to the very beginning of the text "C:\WINDOWS\system32;" without my quotation marks.
#!/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