Forrest logo
back to context overview

duc

List of commands for duc:

  • duc:tldr:06c9b duc: List all files and directories under /usr/local, showing relative file sizes in a [g]raph.
    $ duc ls -Fg ${-usr-local}
    try on your machine
    explain this command
  • duc:tldr:0fefa duc: List all files and directories under /usr/local using treeview recursively.
    $ duc ls --classify --graph --recursive ${-usr-local}
    try on your machine
    explain this command
  • duc:tldr:151a6 duc: List all files and directories under /usr/local, showing relative file sizes in a [g]raph.
    $ duc ls --classify --graph ${-usr-local}
    try on your machine
    explain this command
  • duc:tldr:3242a duc: Start the graphical interface to explore the file system using sunburst graphs.
    $ duc gui ${-usr}
    try on your machine
    explain this command
  • duc:tldr:4ccba duc: Index the /usr directory, writing to the default database location ~/.duc.db.
    $ duc index ${-usr}
    try on your machine
    explain this command
  • duc:tldr:a11bc duc: Dump database info.
    $ duc info
    try on your machine
    explain this command
  • duc:tldr:f5117 duc: List all files and directories under /usr/local using treeview recursively.
    $ duc ls -Fg -R ${-usr-local}
    try on your machine
    explain this command
  • duc:tldr:fb63e duc: Run the ncurses console interface to explore the file system.
    $ duc ui ${-usr}
    try on your machine
    explain this command
back to context overview