View Single Post
  #12 (permalink)  
Old 09-15-2009, 02:08 PM
blazeking blazeking is offline
Advanced Member
 
Posts: 203
Default

Ok, now I'm trying to get a csv exported of 3 columns: e-mail, first name, last name. The closest I get is from:

zmprov gaa -v | grep -e name -e sn -e givenName | awk 'ORS=","' > all_accounts.csv

But there's a lot of extra "junk" in the output. Anyone know how to get what I'm looking for?
Reply With Quote