0

I am using Cent OS 6.5 and I want to save the generated output and md5 hash from grub-md5-crypt command to a file. The grub-md5-crypt command asks us to set a password. I want the password(which I have generated using a password generator) to be read from another file.

P.S. No mouse support and don't want to install gpm.

1 Answers1

0

grub-md5-crypt | tee -a file.txt works fine.