1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/abgox-PSCompletions

Клонировать/Скачать
zh-CN.json 7.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
abgox Отправлено 30.12.2024 18:46 925d312
{
"options": [
{
"name": "-a",
"alias": [
"--all"
],
"tip": [
"write counts for all files, not just directories"
]
},
{
"name": "--apparent-size",
"tip": [
"print apparent sizes, rather than disk usage although the apparent size is usually smaller,\n",
"it may be larger due to holes in ('sparse') files, internal fragmentation, indirect blocks, and the like"
]
},
{
"name": "-B",
"alias": [
"--block-size"
],
"tip": [
"U: -B|--block-size <SIZE>\n",
"scale sizes by SIZE before printing them;\n",
"E: -B M --- prints sizes in units of 1,048,576 bytes"
],
"next": [
{
"name": "K",
"tip": [
"powers of 1024"
]
},
{
"name": "M",
"tip": [
"powers of 1024"
]
},
{
"name": "G",
"tip": [
"powers of 1024"
]
},
{
"name": "T",
"tip": [
"powers of 1024"
]
},
{
"name": "P",
"tip": [
"powers of 1024"
]
},
{
"name": "E",
"tip": [
"powers of 1024"
]
},
{
"name": "Z",
"tip": [
"powers of 1024"
]
},
{
"name": "Y",
"tip": [
"powers of 1024"
]
},
{
"name": "KB",
"tip": [
"powers of 1000"
]
},
{
"name": "MB",
"tip": [
"powers of 1000"
]
},
{
"name": "GB",
"tip": [
"powers of 1000"
]
},
{
"name": "TB",
"tip": [
"powers of 1000"
]
},
{
"name": "PB",
"tip": [
"powers of 1000"
]
},
{
"name": "EB",
"tip": [
"powers of 1000"
]
},
{
"name": "ZB",
"tip": [
"powers of 1000"
]
},
{
"name": "YB",
"tip": [
"powers of 1000"
]
}
]
},
{
"name": "-b",
"alias": [
"--bytes"
],
"tip": [
"equivalent to '--apparent-size --block-size=1'"
]
},
{
"name": "-c",
"alias": [
"--total"
],
"tip": [
"produce a grand total"
]
},
{
"name": "-d",
"alias": [
"--max-depth"
],
"tip": [
"U: -d|--max-depth <N>\n",
"print the total for a directory (or file, with --all) only if it is N or fewer levels below the command line argument;\n",
"--max-depth=0 is the same as --summarize"
],
"next": [
{
"name": "0"
},
{
"name": "1"
}
]
},
{
"name": "-h",
"alias": [
"--human-readable"
],
"tip": [
"print sizes in human readable format (e.g., 1K 234M 2G)"
]
},
{
"name": "--inodes",
"tip": [
"list inode usage information instead of block usage like --block-size=1K"
]
},
{
"name": "-k",
"tip": [
"like --block-size=1K"
]
},
{
"name": "-l",
"alias": [
"--count-links"
],
"tip": [
"count sizes many times if hard linked"
]
},
{
"name": "-L",
"alias": [
"--dereference"
],
"tip": [
"follow all symbolic links"
]
},
{
"name": "-D",
"alias": [
"-H",
"--dereference-args"
],
"tip": [
"follow only symlinks that are listed on the command line"
]
},
{
"name": "-P",
"alias": [
"--no-dereference"
],
"tip": [
"don't follow any symbolic links (this is the default)"
]
},
{
"name": "-m",
"tip": [
"like --block-size=1M"
]
},
{
"name": "-0",
"alias": [
"--null"
],
"tip": [
"end each output line with 0 byte rather than newline"
]
},
{
"name": "-S",
"alias": [
"--separate-dirs"
],
"tip": [
"do not include size of subdirectories"
]
},
{
"name": "-s",
"alias": [
"--summarize"
],
"tip": [
"display only a total for each argument"
]
},
{
"name": "--si",
"tip": [
"like -h, but use powers of 1000 not 1024"
]
},
{
"name": "-x",
"alias": [
"--one-file-system"
],
"tip": [
"skip directories on different file systems"
]
},
{
"name": "-t",
"alias": [
"--threshold"
],
"next": 0,
"tip": [
"U: -t|--threshold <SIZE>\n",
"exclude entries smaller than SIZE if positive, or entries greater than SIZE if negative"
]
},
{
"name": "-v",
"alias": [
"--verbose"
],
"tip": [
"verbose mode (option not present in GNU/Coreutils)"
]
},
{
"name": "--exclude",
"next": 0,
"tip": [
"U: --exclude <PATTERN>\n",
"exclude files that match PATTERN"
]
},
{
"name": "-X",
"alias": [
"--exclude-from"
],
"next": 0,
"tip": [
"U: -X|--exclude-from <FILE>\n",
"exclude files that match any pattern in FILE"
]
},
{
"name": "--files0-from",
"next": 0,
"tip": [
"summarize device usage of the NUL-terminated file names specified in file F;\n",
"if F is -, then read names from standard input"
]
},
{
"name": "--time",
"tip": [
"U: --time[=<WORD>...]\n",
"show time of the last modification of any file in the directory, or any of its subdirectories.\n",
"If WORD is given, show time as WORD instead of modification time: atime, access, use, ctime, status, birth or creation\n",
"[possible values: atime, ctime, creation]"
],
"next": [
{
"name": "atime"
},
{
"name": "ctime"
},
{
"name": "creation"
}
]
},
{
"name": "--time-style",
"next": 0,
"tip": [
"U: --time-style <STYLE>\n",
"show times using style STYLE: full-iso, long-iso, iso, +FORMAT FORMAT is interpreted like 'date'"
]
},
{
"name": "--version",
"alias": [
"-V"
],
"tip": [
"显示版本信息。"
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"显示帮助信息。"
]
}
],
"info": {
"completion_info": {
"url": "https://github.com/uutils/coreutils",
"description": [
"Estimate file space usage.\n",
"Completion was written based on [uutils/coreutils](https://github.com/uutils/coreutils)."
]
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/abgox-PSCompletions.git
git@api.gitlife.ru:oschina-mirror/abgox-PSCompletions.git
oschina-mirror
abgox-PSCompletions
abgox-PSCompletions
main