태그>shell(총 144개의 글)
'shell' 관련 최근글
-
- 맥에서 쉘 스크립트를 더블클릭으로 실행하기.
-
^@#%&$ by 승네군|2011/02/23 17:11
스크립트파일의 확장자에 .command를 추가한다. ex) a.sh -> a.sh.command more ./abc.sh.command#!/bin/shecho "hello world" chmod 777 ./abc.sh.command 요거 퍼옴 : ) 못알아 먹으면 마시고 . - .-;
- 맥에서 쉘 스크립트를 더블클릭으로 실행하기.
-
- Script for Add Zyper Repository
-
^@#%&$ by 승네군|2011/02/13 10:43
zypper 레포지터리 추가하는것을 스크립트로 묶어 놓은것. 수정할 부분이 많이 있지만. 귀찮으니까.
- Script for Add Zyper Repository
-
- Python :: Hello, World!
-
do { Jazz jzz = JazzFactory.newInstance(feel); jzz.play(); } while(true); by myou|2011/02/07 01:28
1 #!/usr/bin/python 2 3 print "Hello, World!" 4 5 # 6 # $ ./test.py 7 # 8 # Hello, World! 9 #
- Python :: Hello, World!
-
-
- 레이저(Razors) 제네시스(Genesys) Boot..
-
코마블레이드(comablade.com) 어그레시브 인라인 깨방정 블로그 by 코코마|2010/11/12 16:12
Are your Genesys shells hanging on by mere threads? Are they scuffed and dirty as no one would believe? Well then its time to freshen up your skates with some of these brand..
- 레이저(Razors) 제네시스(Genesys) Boot..
-
- USD 클래식 드론(Classic Throne) 쉘(Shel..
-
comablade.com 어글 어그레시브 인라인 // 샵-알바님들은 나가 주시기 바랍니다~ by 코코마|2010/10/05 20:01
USD Classic Throne Shells Replacement shells for your USD Classic Throne skates. Does not include any hardware. Features 1 pair of USD Classic Throne shells (Right and..
USD, 클래식드론, ClassicThrone, 클드론, UFS드론
- USD 클래식 드론(Classic Throne) 쉘(Shel..
-
- USD 카본(Carbon) Heat Molding // 열 성형,..
-
comablade.com 어글 어그레시브 인라인 // 샵-알바님들은 나가 주시기 바랍니다~ by 코코마|2010/09/28 15:14
* 아래와 동일한 영상입니다. USD Carbon Heat Molding taktika.lv theconference.org freeskate.lv powerslide.de 엥? 스킨이 붙어있는 상태에서도 가능하다고 하는데. 스케이트 겉면이야 대충..
- USD 카본(Carbon) Heat Molding // 열 성형,..
-
- Shell script & DOS batch 명령어
-
mt1716의 블로그 by 狂虎|2010/08/12 09:21
unix 쉘 스크립트만 몇 년 쓰다가 오랫만에 DOS 배치를 작성해야 할 일이 생겼다. 다시 하려 하니 잊어먹고 막막하던 차에 이런 자료를 찾아 여기 옮겨 온다. 출처 : Shell script & DOS batch 명령어Batch File OperatorShell Script EquivalentMeaning%$comma..
- Shell script & DOS batch 명령어
-
-
- Dash as /bin/sh
-
머루 생각 by 참머루|2009/12/19 23:38
From: https://wiki.ubuntu.com/DashAsBinSh Dash as /bin/shIn Ubuntu 6.10, the default system shell, /bin/sh, was changed to dash (the Debian Almquist Shell); previously it had been bash (the GNU Bourne-Again Shell). The ..
- Dash as /bin/sh
-
- Advanced Bash-Scripting Guide
-
머루 생각 by 참머루|2009/12/12 19:26
From:
- Advanced Bash-Scripting Guide
-
- 탐색기 특정 폴더에서 명령창 열기 단축메뉴 등록
-
플라밍고님의 이글루 by 플라밍고|2009/12/07 11:27
######### 등록하려면 ######### 탐색기에서 [도구] 메뉴 -> [폴더 옵션] 선택 [파일 형식] 탭 -> [폴더] 항목 선택 -> 아래쪽 [고급] 선택 [새로 만들기] 선택 [명령(A):] 원하는 항목 이름 기입 - 웬만하면 특수문자나 띄어쓰기 없..
- 탐색기 특정 폴더에서 명령창 열기 단축메뉴 등록
-
- Shell programming
-
머루 생각 by 참머루|2009/11/24 11:50
An Introduction To Shell Programmingv1.0.0 / 01 may 03 / greg goebel / public domain * The UN*X operating system provides a flexible set of simple tools to allow you to perform a wide variety of system-management, text-processing, a..
- Shell programming
-
- 사용자의 아이디가 텍스트 파일로 존재시 아이디를 자동 생성 가능한 스크립..
-
천방지축 IT 이야기 www.fri8nd.com by ceojune|2009/10/19 17:40
#!/bin/sh clear echo "*************************************************************" echo "Please choose from the following options; type the" echo "option number and hit the key." echo " echo " echo " 1)..
- 사용자의 아이디가 텍스트 파일로 존재시 아이디를 자동 생성 가능한 스크립..