On this page you find all important commands for the CLI tool dolphin. If the
command you are looking for is missing please ask our AI.
dolphin
Dolphin is a versatile command line tool that is primarily used for managing files and directories. It is commonly available on Unix-like operating systems, such as Linux.
- Dolphin provides a convenient way to navigate and interact with the file system through the Terminal.
- It uses a command-line interface (CLI) and supports various commands for file manipulation.
- The tool allows users to create, delete, and move files and directories with ease.
- Dolphin supports copying, renaming, and linking files, enabling efficient file management.
- It also supports file compression and extraction using popular formats like gzip and tar.
- Dolphin allows users to search for files and directories based on various filters, such as name, size, and permissions.
- It offers a versatile set of options for sorting and displaying files, making it easier to find and organize them.
- Integrated with various security features, Dolphin allows setting file permissions, ownership, and access control.
- Dolphin supports bulk operations, such as batch renaming or deletion, which can be useful for managing large sets of files.
- Dolphin's user-friendly interface, combined with its extensive functionality, makes it a valuable tool for file and directory management via the command line.
List of commands for dolphin:
-
dolphin:tldr:09e64 dolphin: Open specific directories.$ dolphin ${path-to-directory1 path-to-directory2 ---}try on your machineexplain this command
-
dolphin:tldr:36cdf dolphin: Launch the file manager.$ dolphintry on your machineexplain this command
-
dolphin:tldr:93231 dolphin: Launch the daemon (only required to use the DBus interface).$ dolphin --daemontry on your machineexplain this command
-
dolphin:tldr:bfd27 dolphin: Open with specific files or directories selected.$ dolphin --select ${filename_or_directory1 filename_or_directory2 ---}try on your machineexplain this command
-
dolphin:tldr:c17f1 dolphin: Open a new window.$ dolphin --new-windowtry on your machineexplain this command
-
dolphin:tldr:f0317 dolphin: Open specific directories in split view.$ dolphin --split ${path-to-directory1} ${path-to-directory2}try on your machineexplain this command