Documentation ¶
Overview ¶
Editpcln displays and edits the file names stored in a Go object file or archive.
Usage:
editpcln [-v] [-r from->to] old.a new.a
Editpcln copies old.a to new.a (it can also be invoked on .5, .6, and .8 files), rewriting file paths beginning with 'from' into paths beginning with 'to'. The -r option can be repeated to apply multiple rewrites.
The -v option prints information about the paths encountered and rewritten.
To print the paths present in an object file without writing a new one, use
editpcln -v old.a /dev/null
Click to show internal directories.
Click to hide internal directories.