Hi There,
Does anyone know if unix/awk have the capability to make a user's input autocomplete? For example the user was asked to input a topic. All possible topics are listed in file1. When the user's first letter inputs match a content of file1, the word autocompletes.
How do we auto capitalize all user's input once the script is run??
Thanks!
-CTC
Does anyone know if unix/awk have the capability to make a user's input autocomplete? For example the user was asked to input a topic. All possible topics are listed in file1. When the user's first letter inputs match a content of file1, the word autocompletes.
How do we auto capitalize all user's input once the script is run??
Thanks!
-CTC