Kein Update mehr möglich

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Ist da ein Fehler in deiner Kommandozeile? Bekomme folgende Fehlermeldungen:

      newnigma2@dreambox:~$ sudo du -ch --exclude='./media' |sort -h -r |head -n 50
      sort: invalid option -- 'h'
      BusyBox v1.24.1 (2019-05-27 19:36:38 CEST) multi-call binary.

      Usage: sort [-nrugMcszbdfimSTokt] [-o FILE] [-k start[.offset][opts][,end[.offset][opts]] [-t CHAR] [FILE]...

      Sort lines of text

      -b Ignore leading blanks
      -c Check whether input is sorted
      -d Dictionary order (blank or alphanumeric only)
      -f Ignore case
      -g General numerical sort
      -i Ignore unprintable characters
      -M Sort month
      -n Sort numbers
      -o Output to file
      -t CHAR Field separator
      -k N[,M] Sort by Nth field
      -r Reverse sort order
      -s Stable (don't sort ties alphabetically)
      -u Suppress duplicate lines
      -z Lines are terminated by NUL, not newline
      -mST Ignored for GNU compatibility
      Password:
      du: unrecognized option '--exclude=./media'
      BusyBox v1.24.1 (2019-05-27 19:36:38 CEST) multi-call binary.

      Usage: du [-aHLdclsxhmk] [FILE]...

      Summarize disk space used for each FILE and/or directory

      -a Show file sizes too
      -L Follow all symlinks
      -H Follow symlinks on command line
      -d N Limit output to directories (and files with -a) of depth < N
      -c Show grand total
      -l Count sizes many times if hard linked
      -s Display only a total for each argument
      -x Skip directories on different filesystems
      -h Sizes in human readable format (e.g., 1K 243M 2G)
      -m Sizes in megabytes
      -k Sizes in kilobytes (default)
      newnigma2@dreambox:~$ sudo du -ch -exclude='./media' |sort -h -r |head -n 50
      sort: invalid option -- 'h'
      BusyBox v1.24.1 (2019-05-27 19:36:38 CEST) multi-call binary.

      Usage: sort [-nrugMcszbdfimSTokt] [-o FILE] [-k start[.offset][opts][,end[.offset][opts]] [-t CHAR] [FILE]...

      Sort lines of text

      -b Ignore leading blanks
      -c Check whether input is sorted
      -d Dictionary order (blank or alphanumeric only)
      -f Ignore case
      -g General numerical sort
      -i Ignore unprintable characters
      -M Sort month
      -n Sort numbers
      -o Output to file
      -t CHAR Field separator
      -k N[,M] Sort by Nth field
      -r Reverse sort order
      -s Stable (don't sort ties alphabetically)
      -u Suppress duplicate lines
      -z Lines are terminated by NUL, not newline
      -mST Ignored for GNU compatibility
      du: invalid option -- 'e'
      BusyBox v1.24.1 (2019-05-27 19:36:38 CEST) multi-call binary.

      Usage: du [-aHLdclsxhmk] [FILE]...

      Summarize disk space used for each FILE and/or directory

      -a Show file sizes too
      -L Follow all symlinks
      -H Follow symlinks on command line
      -d N Limit output to directories (and files with -a) of depth < N
      -c Show grand total
      -l Count sizes many times if hard linked
      -s Display only a total for each argument
      -x Skip directories on different filesystems
      -h Sizes in human readable format (e.g., 1K 243M 2G)
      -m Sizes in megabytes
      -k Sizes in kilobytes (default)