"CLI, 프롬프트"의 두 판 사이의 차이

48번째 줄: 48번째 줄:
*[[쉘]]
*[[쉘]]
*[[쉘 스크립트]]
*[[쉘 스크립트]]
*[[TUI]]
*[[GUI]]
*[[GUI]]
*[[파워쉘]]
*[[파워쉘]]

2014년 11월 6일 (목) 00:29 판

command-line interface; CLI, command-line user interface, console user interface, character user interface; CUI
명령 줄 인터페이스, 명령어 인터페이스
command prompt; prompt
명령 프롬프트; 프롬프트, 명령어 프롬프트

1 CLI

  • 텍스트 작업환경
  • 텍스트 터미널을 통해 사용자와 컴퓨터가 상호 작용하는 방식
  • 작업 명령은 사용자가 키보드 등을 통해 문자열 형태로 입력, 출력도 문자열 형태

2 프롬프트

  • 명령 대기 상태를 표시하는 기호
  • 컴퓨터가 입력을 받아들일 준비가 되었다는 것을 나타내는 신호

 

CentOS 예시
[root@jmnote ~]#
윈도우 예시
C:\Users\jmnote>
Python
Python 2.7.6 (default, Feb  7 2014, 13:42:15) 
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
MySQL
Welcome to the MySQL monitor.  Commands end with ; or \g.
... (생략)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}