Skip to content
New issue

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

podman system df: not interpreting backslash format codes, no newlines #7149

Closed
edsantiago opened this issue Jul 29, 2020 · 0 comments · Fixed by #7156
Closed

podman system df: not interpreting backslash format codes, no newlines #7149

edsantiago opened this issue Jul 29, 2020 · 0 comments · Fixed by #7156
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@edsantiago
Copy link
Member

podman-system-df(1) claims:

$ podman system df --format "{{.Type}}\t{{.Total}}"
Images          1
Containers      5
Local Volumes   1

Actual results:

$ ./bin/podman system df --format "{{.Type}}\t{{.Total}}"
Images\t1Containers\t0Local Volumes\t0%    <--- no newline

newline (\n) (backslash en) is not translated either.

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant