2007. 11. 3. 22:02 Unix
넷스케잎에서 스크립트 실행하기
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
UNIX GURU UNIVERSE
UNIX HOT TIP
Unix Tip 2623 - March 9, 2007
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
넷스케잎에서 스크립트 실행하기
넷스케잎 네비게이터에서 쉘스크립트를 실행하고 싶은가?
EDIT > PREFERENCE > Applications 로 이동하여
application을 수정 또는 생성하라.
그리고 화일 접미사(suffix)를 선택하라(sh, csh)
"sh <%s" 또는 "csh<%s"를 application handler에 넣어라.
네비게이터에서 상호호환적인 윈도우 쉘을 이용하기 위해서
xterm -e 옵션을 사용할 수 있다.
@@@@@@@@@@@@@@@@@@@@[ 원문 ]@@@@@@@@@@@@@@@@@@@@
EXECUTE SCRIPT FROM NETSCAPE
Do you want to execute a shell script from your netscape navigator ?
Go to EDIT>PREFERENCE>Applications
Edit or create an application
Choose the suffix (sh, csh)
Put "sh <%s" or "csh<%s" as application handler.
You can use the xtrem -e option to get a intercacitive window shell into
your navigator.