Can someone explain the syntax of this sed command

Viewed 32

Can someone explain the syntax of this command

sed -nr 's/^default.* dev ([[:alnum:]_-]+).*/\1/p' 
0 Answers
Related