Shell variable and stdout: why are them different?

前端 未结 0 1338
感动是毒
感动是毒 2020-12-25 14:47

I want to iterate all docker containers and echo them, just below:

for cid in $(docker container ls | tail -n+2 | awk \         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题