I have one txt
in this format:
dfs /home/dfs ashik karki
so now i need a bash script for reading the each word from the text file and what i am going to do is i want to automate adduser and generate random password. Here the user is dfs and home directory is /home/dfs and ashik karki as a comment. So how can i automate this process bu writing a bash script? Thanks!