Bill wrote:
> Sluggers ...
>
> When I hit the tab key at the command line, Linux offers to feed me a
> list of 2320 command possibilities. Is there some way to re-direct
> this list to a file? If not, is there another way to get the list
> that CAN be sent to a file?
>
This is a long way to do it, but right off the bat, I can't think of
another way:
1) Type "echo $PATH"
2) ls -C /dir1/bin dir2/bin /dir3/bin [whatever] | cat > list.txt
(-C will make it all nice and purdy)
3) Then simply view the list "emacs list.txt
Gnorb
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:45:07 EDT