#!/usr/bin/perl @input = "| grep -i \"@ARGV\"" if @ARGV; @users = `cat /etc/passwd @input`; #print @input; foreach $n (@users) { $user =~ /(\S+)/; ($a, $b, $c, $d, $name) = split (/:/, $n); ($name) = split(/,/,$name); next if ($c < 100); print "$a\t($name)\t"; print `id -Gn $a`; } ternate' title='Atom feed' href='https://source.jones.dk/notmuch/atom/tags/74/79?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tags/74/79
diff options
context:
space:
mode:
Diffstat (limited to 'tags/74/79')
='selected'>include
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/89/bc/163949861428.24976.11706953308579256189@wilder.debian.org
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
master
Diffstat (limited to 'tags/89/bc/163949861428.24976.11706953308579256189@wilder.debian.org')