카테고리 없음
[bash] sed 로 / 이스케이프 처리하기
냐옴
2024. 7. 22. 15:56
$ echo $(echo "/en/main" | sed 's/\//\\\//g')
# output
\/en\/main