diff options
Diffstat (limited to 'tags/74/79')
mode: | |
#!/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'/>
![]() |
index : notmuch | |
Unnamed repository; edit this file 'description' to name the repository. | Jonas Smedegaard |
summaryrefslogtreecommitdiff |
author | Jonas Smedegaard <dr@jones.dk> | 2023-06-27 09:35:08 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-06-27 09:35:08 +0200 |
commit | fd54908da2b05c526dd3bee9b6dcd093214a220d (patch) | |
tree | c69c845069c99d1d01044f6fafda7c08433329c6 /tags/89/bc/163949861428.24976.11706953308579256189@wilder.debian.org | |
parent | ba46132213560cf3335d53560d519c0ec0190da2 (diff) |