browser

Guido Leisker lists.gl at guido-leisker.de
Thu Jan 19 14:58:16 UTC 2006


> How would this differ from the http browser you already have?  For 
> example, start your http browser, select:
> 
> File ->
>  Open File ->
>    Navigate to: /usr/share/doc/coreutils-5.2.1/README
>      
> 
> The browser will display the file and place the name of the file in 
> the navigation bar.  You can also do this from the command line 
> like so:
> 
> $ mozilla /usr/share/doc/coreutils-5.2.1/README
> 
> Is this not what you've described?
> 
> Regards, Mike Klinke
> 
No, he wants to use thins function in hin own program/script.

something like that:
#! /bin/sh
#
# some commands
#
MYVAR=/usr/bin/programm_that_returns_path #starts a filebrowser like the 
'open'-function in open-office or something like that and let the user 
choose a file
printf "you have choosen the file"
echo $MYVAR
echo done.




More information about the fedora-list mailing list