I have this output and want to extract the IMAGE ID from it
$ podman image ls | grep youtube-dl
localhost/youtube-dl latest 2d4e37c4d609 3 hours ago 205 MB
All I know piping this to cut -f3
should to this but doesn't. The output is actually identical.
All examples for cut I've found tell me that a tab (which applies here I believe) is assumed as delimiter.
Can anybody kindly point me to the right direction in this? Maybe I am falsely assuming the output uses tabs. I couldn't say what else however