如何列出可供命令行使用的可用 shell?
command-line shell
我正在使用以下命令
curl -silent http://api.openstreetmap.org/api/0.6/relation/2919627 http://api.openstreetmap.org/api/0.6/relation/2919628 | grep node | awk '{print $3}' | uniq
当我想知道为什么uniq不删除重复项时。知道为什么吗?
uniq
command-line curl uniq
command-line ×2
curl ×1
shell ×1
uniq ×1