Menu

[f2195c]: / annotations / scripts / patchlatexidx  Maximize  Restore  History

Download this file

11 lines (8 with data), 159 Bytes

#!/bin/bash

sed '
    s/"/\\"/g
    s/!/$!$/g
    s/</\$<\$/g
    s/>/\$>\$/g
' cplusplus${1}.ind > cplusplus.ind.out

mv cplusplus.ind.out cplusplus${1}.ind
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.