shell编程题(五十一)
题目:
显示当前系统上所有用户的shell,要求,每种shell只显示一次;
答案:
cut -d: -f7 /etc/passwd | sort -u
相关推荐
laisean 2020-11-11
zhangjie 2020-11-11
大牛牛 2020-10-30
firefaith 2020-10-30
liguojia 2020-10-20
wangzhaotongalex 2020-10-20
CARBON 2020-10-20
JohnYork 2020-10-16
xiaonamylove 2020-10-16
Julyth 2020-10-16