tldr-pages/tldr-python-client

Multiple duplicate platform values for `du` command

witt-bit opened this issue · 1 comments

Multiple duplicate platform values Found 3 pages with the same name under the platforms: osx, osx, osx.

$ tldr du                                                                                                     

  du

  Disk usage: estimate and summarize file and directory space usage.
  More information: https://www.gnu.org/software/coreutils/du.

  - List the sizes of a directory and any subdirectories, in the given unit (B/KiB/MiB):
    du -b|k|m path/to/directory

  - List the sizes of a directory and any subdirectories, in human-readable form (i.e. auto-selecting the appropriate unit for each size):
    du -h path/to/directory

  - Show the size of a single directory, in human-readable units:
    du -sh path/to/directory

  - List the human-readable sizes of a directory and of all the files and directories within it:
    du -ah path/to/directory

  - List the human-readable sizes of a directory and any subdirectories, up to N levels deep:
    du -h --max-depth=N path/to/directory

  - List the human-readable size of all `.jpg` files in subdirectories of the current directory, and show a cumulative total at the end:
    du -ch */*.jpg

  - List all files and directories (including hidden ones) above a certain [t]hreshold size (useful for investigating what is actually taking up the space):
    du --all --human-readable --threshold 1G|1024M|1048576K .[^.]* *

Found 3 pages with the same name under the platforms: osx, osx, osx.

link tldr-pages issue

Same happens for other commands, not only du e.g.:

$>tldr cd
[...]
Found 2 pages with the same name under the platforms: windows, windows.

and

$>tldr w
[...]
Found 4 pages with the same name under the platforms: common, osx, osx, osx.