| I'm going to take a stab in the dark here and assume that you are confusing bash with a terminal (xterm, aterm, konsole, etc.). Bash is a scripting language, and is in fact one of the ones which is commonly used in a terminal (i.e. any bash commands that you type into a terminal will work). If this is not your issue please let me know.
gui:
I'm not sure what exactly you are looking for here, but do you have a window manager installed (kde, gnome, fluxbox)? Some window managers have utilities to automatically fill their application menus. If you want to search for files you can use the command locate (or slocate depending on the system)
Example
$ slocate probability*
~/.kde3.5/share/apps/RecentDocuments/probability.r.desktop
~/probability.r~
~/probability.r
~/probability.r
There are gui based desktop search tools such as beagle as well that you can install.
__________________
Linux since: 2001
Gentoo since: 2004
- - - - - - - -
Translation:
I fix things until they break.
|