We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to man ps:
man ps
The following user-defined format specifiers may contain spaces: args, cmd, comm, command, fname, ucmd, ucomm, lstart, bsdstart, start.
Therefore ps output parsing (using strings.Fields()) is broken and is not capable of handling such string:
ps
strings.Fields()
root 107 2 21:34 0.0 0.0 0 0 I< 00:00:00 DWC Notificatio 3 -
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
According to
man ps
:Therefore
ps
output parsing (usingstrings.Fields()
) is broken and is not capable of handling such string:The text was updated successfully, but these errors were encountered: