zoukankan      html  css  js  c++  java
  • fedora 中从命令行中直接打开资源管理器

    windows 中 使用 start . 可以实现

    macos 中 使用 open . 可以实现

    linux 中 可以使用 nautilus . 可以实现

    了解nautilus 详细的使用说明,可以 使用 man nautilus 来查看。

    NAME

    nautilus - a file manager for GNOME

    SYNOPSIS
    nautilus [options] URIs...

    DESCRIPTION
    nautilus is a file manager, designed for the GNOME 3 desktop.

    OPTIONS
    -c, --check
    Perform a quick set of self-check tests.

    --version
    Show the version of the program.

    -g, --geometry=GEOMETRY
    Create the initial window with the given geometry. Deprecated - the geometry is saved and loaded using GSettings.

    -w, --new-window
    Always open a new window for browsing specified URIs.

    -n, --no-default-window
    Only create windows for explicitly specified URIs.

    -q, --quit
    Quit Nautilus.

    -s, --select
    Select specified URI in parent folder.

    -h, --help
    Show a summary of options.

    Other standard GNOME options not listed here are also supported.

    SEE ALSO
    The documentation may be accessed by pressing F1 in the application or via the application menu.

    For further information, visit the website https://wiki.gnome.org/Apps/Nautilus

    BUGS
    All bugs in the application may be reported at the GNOME Bugzilla at https://bugzilla.gnome.org/buglist.cgi?product=nautilus

  • 相关阅读:
    toLowerCase和toLocaleLowerCase的区别
    {JavaScript}栈和堆内存,作用域
    JS中的toString()和valueOf()方法
    ascii码与unicode码的区别
    js 中//<![CDATA[ 意义
    事件DOMContentLoaded和load的区别
    语义化版本
    Comet:基于 HTTP 长连接的“服务器推”技术
    [bzoj1063][Noi2008]道路设计
    [bzoj4310]跳蚤
  • 原文地址:https://www.cnblogs.com/xuyaowen/p/nautilus.html
Copyright © 2011-2022 走看看