I would like to specify these things:
Domain|Username|Password|Contact Email|Package|IP Address
Any advice would be appreciated.
Here is my scripts:
! /bin/bash
make a file (/root/test1) which contains domain names, username and password.
for i in cat /root/test1 do domain=echo $i | cut -f1 -d: un=echo $i | cut -f2 -d: pw=echo $i | cut -f3 -d: /scripts/wwwacct $domain $un $pw 0 done
Try to use following command in your scripts.