Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- vim 자동정렬
- 자동정렬
- 컴파일 설치
- mysql alter
- 렉스
- lex compiler
- 리눅스 gui
- 렉스 컴파일
- db 백업
- 데이터 갱신
- 컴파일러 입문
- 리눅스
- 데이터베이스 갱신
- alter 명령어
- mysql update
- db 덤프
- mysql 계정생성
- db덤프
- mysql 권한부여
- lex 컴파일
- 로그 삭제
- mysql 계정삭제
- x윈도우
- alter 문법
- linux log
- 리눅스 로그
- 리눅스 로그 삭제
- mysql 갱신
- vim 정렬
- x-window
Archives
- Today
- Total
It's under your control.
lex 컴파일을 위한 flex 설치 및 컴파일
렉스 파일 : test.l 데이터 파일 : test.dat yum install -y flex yum install -y bison [root@localhost ~]$ lex-bash: lex: command not found [root@localhost ~]# yum install -y flex ...... [root@localhost ~]# lex test.l [root@localhost ~]$ ll total 8 -rw-rw-r--. 1 root root 43 Jan 18 12:52 test.da t-rw-rw-r--. 1 root root 1084 Jan 18 12:58 test.l [root@localhost ~]$ lex test.l [root@localhost ~]$ ll total 56 -..
Works/Linux
2013. 4. 21. 22:52