File: pathname.sed

package info (click to toggle)
playmidi 2.4debian-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 576 kB
  • sloc: ansic: 3,691; makefile: 164; sh: 53; sed: 2
file content (3 lines) | stat: -rw-r--r-- 58 bytes parent folder | download | duplicates (12)
1
2
3
# escape '.' and '/' in pathnames
s/\//\\\//g
s/\./\\\./g