echo list | scutil | cut -d" " -f6 | sed 's/^/show /' | xargs -I"{}" sh -c "echo {};echo {}|scutil"

