반응형
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
- docker
- permission
- 같은폴더
- tar
- ansible
- lvcreate
- 엑셀파일명변경
- chmod
- chatGPT
- newbingai
- 랜카드인식불량
- pvcreate
- nmcli
- 리다이렉션
- journalctl
- M365필터
- 프로세스
- docker image
- MSBing
- swapon
- firewalld
- vgcreate
- mount
- HTTPD
- Kubernetes
- ssh
- docker network
- vagrant kubernetes
- 날짜변경
- yum
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