How to set selected a file in File browser in linux using terminal?
        Posted  
        
            by EEE
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by EEE
        
        
        
        Published on 2010-05-31T22:19:57Z
        Indexed on 
            2010/05/31
            22:23 UTC
        
        
        Read the original article
        Hit count: 162
        
linux
How can I open a file browser and set selected a specified file in linux by using command line? In windows I am able to do it by writing:
explorer /select, c:\path\to\file
© Stack Overflow or respective owner