일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- HTML
- cephadm
- OpenStack
- i3
- port open
- ceph-ansible
- nfs-provisioner
- grafana-loki
- ceph
- Linux
- Ansible
- kolla-ansible
- k8s
- Kubeflow
- terraform
- awx
- golang
- repository
- Docker
- cloud-init
- archlinux
- Arch
- Octavia
- Kubernetes
- libvirt
- yum
- ubuntu
- kolla
- KVM
- pacman
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