Re: some points still missing You can do this by: - Compile with -g - copying the binary: cp -pv progname progname.debug - striping the debug information from progname - install progname and ...
Software to build and execute shell command lines from standard input in parallel.