Incoming from Michael Walters:
> 
> How do I scroll through the directories in my /usr/bin directory? I did an ls 
> command and I got the list of directories truncated at the end. I know from 
....................^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

What does that mean?

> what I did before that mozilla-1.6 is in there somewhere.

ls -l /usr/bin

find /usr/bin -type f -print

find /usr/bin -type f -name *mozilla* -print


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)               http://www.spots.ab.ca/~keeling 
- -

_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Reply via email to