What other parameters other than \U does sed have?

后端 未结 2 1690
情歌与酒
情歌与酒 2021-01-15 15:46

I already knew sed\'s \\1, \\2, ... , \\n and recently discovered that it has a useful \\U option to create

2条回答
  •  不要未来只要你来
    2021-01-15 16:20

    Quite possibly you want one of these fine GNU sed document sections:

    • Backreferences, in regular expressions
    • GNU Extensions for Escapes in Regular Expressions

提交回复
热议问题