码迷,mamicode.com
首页 > 系统相关 > 详细

shell编程题(五十一)

时间:2020-02-10 11:38:18      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:sort   class   cut   要求   color   用户   显示   nbsp   bsp   

题目:

  显示当前系统上所有用户的shell,要求,每种shell只显示一次;

答案:

  

cut -d: -f7 /etc/passwd | sort -u

 

shell编程题(五十一)

标签:sort   class   cut   要求   color   用户   显示   nbsp   bsp   

原文地址:https://www.cnblogs.com/wanghao-boke/p/12289991.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!