File: recall2.sed

package info (click to toggle)
ssed 3.62-8.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,528 kB
  • sloc: ansic: 19,826; sh: 4,999; sed: 930; makefile: 471; perl: 373; yacc: 316
file content (5 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (27)
1
2
3
4
5
# Starting from sed 4.1.3, regexes are compiled with REG_NOSUB
# if they are used in an address, so that the matcher does not
# have to obey leftmost-longest.  The tricky part is to recompile
# them if they are then used in a substitution.
/\(ab*\)\+/ s//>\1</g