echo password_file | cbshell -f command_file seems to work. any better solutions? I am not a programmer so I am not going to try the java option but thanks.
________________________________ From: William Slacum <[email protected]> To: [email protected]; Ask Stack <[email protected]> Sent: Tuesday, January 15, 2013 12:07 PM Subject: Re: scripted way to create users You could redirect input from a file. On Tue, Jan 15, 2013 at 8:20 AM, Ask Stack <[email protected]> wrote: Hello > I like to make an accumulo commands file to create users. Something like >"createuser hello -s low" But "createuser" command does not have an option to >provide user password. The script will stop and prompt me for the new user >password. Does anyone know how to solve this problem? >Thanks. >
