# [[lastgroup]] find last 5 groups on a nix server
gawk -F":" '{print $3 ":" $1}' /etc/group | sort -n | tail -5
 
info/lastgroup.txt · Dernière modification: 2008/11/11 11:37 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki