Лс
Size: a a a
Лс
VP
sudo kill -9 -1
F
F
аᶘ
F
ST
grep "frontend_host=" file
— тут выводится "frontend_host=" и нужная мне часть. Требуется удалить "frontend_host="EK
Лс
grep "frontend_host=" file
— тут выводится "frontend_host=" и нужная мне часть. Требуется удалить "frontend_host="grep -P-o "(?<=frontend_host=)\w+"
VP
grep -P-o "(?<=frontend_host=)\w+"
ST
ST
ST
grep -P-o "(?<=frontend_host=)\w+"
example.domain.com
он оставил только exampleVP
example.domain.com
он оставил только exampleQ
example.domain.com
он оставил только example\w
не включает точкиЛс
example.domain.com
он оставил только example