[go: up one dir, main page]

File: quot.sed

package info (click to toggle)
findutils 4.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 11,640 kB
  • ctags: 5,149
  • sloc: ansic: 45,255; sh: 6,174; yacc: 1,228; makefile: 785; exp: 714; sed: 16
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (4060)
1
2
3
4
5
6
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/‘\1’/g
s/ '\([^`']*\)' / ‘\1’ /g
s/ '\([^`']*\)'$/ ‘\1’/g
s/^'\([^`']*\)' /‘\1’ /g
s/“”/""/g