일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Docker
- KVM
- kolla
- Kubernetes
- nfs-provisioner
- Ansible
- yum
- ceph
- grafana-loki
- repository
- pacman
- awx
- Linux
- Arch
- ubuntu
- terraform
- OpenStack
- archlinux
- kolla-ansible
- port open
- ceph-ansible
- golang
- libvirt
- i3
- k8s
- cloud-init
- Kubeflow
- Octavia
- HTML
- cephadm
Archives
- Today
- Total
목록sed (1)
YJWANG
sed range
출처 : vim.fandom.com/wiki/Ranges A range can be specified using line numbers or special characters, as in these examples: RangeDescriptionExample 21 line 21 :21s/old/new/g 1 first line :1s/old/new/g $ last line :$s/old/new/g . current line :.w single.txt % all lines (same as 1,$) :%s/old/new/g 21,25 lines 21 to 25 inclusive :21,25s/old/new/g 21,$ lines 21 to end :21,$s/old/new/g .,$ current line ..
00.OS
2021. 2. 18. 18:00