cut -d: -f1 /etc/passwd #顯示特定行
ifconfig lo | grep "inet" | grep -v "inet6" |awk '{print $2}' #顯示迴環地址lo地址