반응형
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
- journalctl
- tar
- M365필터
- mount
- firewalld
- MSBing
- ansible
- docker network
- lvcreate
- chmod
- swapon
- vagrant kubernetes
- nmcli
- ssh
- 날짜변경
- 리다이렉션
- newbingai
- 같은폴더
- 랜카드인식불량
- 엑셀파일명변경
- yum
- vgcreate
- HTTPD
- docker image
- chatGPT
- permission
- pvcreate
- Kubernetes
- docker
- 프로세스
Archives
- Today
- Total
목록grep (1)
becool
20210405 (월)
9:30 review. grep 명령어 + 정규표현식 : 메타문자 grep 예제 cat concatenate category educated vindication [user@localhost 20210405]$ cat example2 cat cbt c11t c12t google gAbgle type !at cabct cabcdt linux123 [user@localhost 20210405]$ grep c[0-9][0-9]t example2 c11t c12t [user@localhost 20210405]$ grep c.*t example2 cat cbt c11t c12t cabct cabcdt vim에디터 ================================ 1. Linux 파일시스템 계층 구조 위치..
linux
2021. 4. 5. 18:05