> My other question is in terminal at times when running what I thought was a > program > for example userlist I get a message the program isn't installed, > and that it can be installed using apt-get followed by a name. > At times this name is different than the program. Is there a way to save this > output to a text file so it can be red letter by letter. > Sometimes the name is not clear.
There is a command called 'script'. When you type 'script' in a terminal window and press return, any activity in the terminal window is recorded. Press Ctrl+D when you are done, and the data is saved in a file called 'typescript'. Will -- Ubuntu-accessibility mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility
