strip 448 B

12345678910111213141516171819
  1. .TH STRIP 1
  2. .SH NAME
  3. strip \- remove symbols from binary files
  4. .SH SYNOPSIS
  5. .B strip
  6. [
  7. .I file ...
  8. ]
  9. .SH DESCRIPTION
  10. .I Strip
  11. removes symbol table segments from executable files, rewriting the files in place.
  12. Stripping a file requires write permission of the file
  13. and the directory it is in.
  14. If no file is given,
  15. standard input is stripped and the result written to standard output.
  16. .SH SOURCE
  17. .B /sys/src/cmd/strip.c
  18. .SH "SEE ALSO"
  19. .IR a.out (6)