Marco Calviani wrote:
Sorry for the question but, technically speaking, why it is not possible to strip a bash script file?
man strip: GNU strip discards all symbols from object files objfile.
A bash script (text) is not an object file (binary). Mathias -- [email protected] mailing list
