Closed kirrus closed 12 years ago
(15:09:07) Kirrus: cannonball:~# for i in cat fish ; do vadduser -p echo $i | cut -d: -f2 echo $i | cut -d: -f1 ; done (15:09:19) Red: hm (15:09:27) Red: there is a plan to make it accept a list on stdin
cat fish
echo $i | cut -d: -f2
echo $i | cut -d: -f1
This is now an issue on postfixadmin-tools.
(15:09:07) Kirrus: cannonball:~# for i in
cat fish
; do vadduser -pecho $i | cut -d: -f2
echo $i | cut -d: -f1
; done (15:09:19) Red: hm (15:09:27) Red: there is a plan to make it accept a list on stdin