태그>표준출력(총 2개의 글)
'표준출력' 관련 최근글
-
- [Linux/Shell] 표준출력을 변수로 리다이렉션

-
hyunyi님의 이글루 by hyunyi|2014/08/07 18:47
VAR=$(명령어) 예시. test1.sh VAR=$(adb shell netcfg | grep wlan0 | cut -f37 -d" " | cut -f1 -d"/") echo $VAR 실행결과 $ sh test1.sh* daemon not running. starting it now on port 5037 ** daemon started success..
stout, redirection, to, variable, 표준출력
- [Linux/Shell] 표준출력을 변수로 리다이렉션



