File: chgnames

package info (click to toggle)
bobcat 6.11.00-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,292 kB
  • sloc: cpp: 21,370; fortran: 6,507; makefile: 2,787; sh: 724; perl: 401; ansic: 26
file content (18 lines) | stat: -rwxr-xr-x 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

cd ~/src/bobcat/process || exit 1

sed -i  -e "
s/d_oChildInPipe/d_childIn_paWritePipe/g
s/d_iChildOutPipe/d_paIn_childCoutPipe/g
s/d_iChildErrPipe/d_paIn_childCerrPipe/g

s/d_oChildInbuf/d_toChildCinBuf/g
s/d_iChildOutbuf/d_fmChildCoutBuf/g
s/d_iChildErrbuf/d_fmChildCerrBuf/g

s/d_oChildIn/d_oChild/g
s/d_iChildOut/d_iChildCout/g
s/d_iChildErr/d_iChildCerr/g

" *.cc process*