首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏appuploader使用操作流程

    将hex printf输出存储到变量

    It should mean "the number as a human-readable ascii string with digits 0-F", but because raw binary it's fiddly and, except as a learning exercise, pointless thing to do. sprintf converts C variables to human-readable It should mean "the number as a human-readable ascii string with digits 0-F", but because raw binary it's fiddly and, except as a learning exercise, pointless thing to do. sprintf converts C variables to human-readable

    2.1K30编辑于 2022-11-10
  • 来自专栏HelloGitHub

    让你如“老”绅士般编写 Python 命令行工具的开源项目:docopt

    arguments) 2.8 选项简写:[options] “[options]”用于简写选项,比如下面的示例中定义了 3 个选项: Usage: my_program [--all --long --human-readable --human-readable Display in human-readable format. --human-readable Display in human-readable format. 如果一个模式中有多个选项,那么这会很有用。 -h, --human-readable Display in human-readable format. 2.9 [--] 当双破折号“--”不是选项时,通常用于分隔选项和位置参数,以便处理例如将文件名误认为选项的情况

    98830发布于 2021-05-14
  • 来自专栏网站教程

    du命令检查 Linux 上已用的磁盘空间

    使用 --human-readable(简写 -h)选项可以使文件大小更容易阅读: $ du --separate-dirs --all --time --threshold=1G --human-readable

    2.3K20发布于 2021-09-13
  • 来自专栏啄木鸟软件测试

    DevOps工具介绍连载(26)——OpenStack Heat

    parameter_groups: - label: <human-readable label of parameter group> description: <description of the parameters: <param name>: type: <string | number | json | comma_delimited_list | boolean> label: <human-readable

    54310发布于 2020-03-26
  • 来自专栏后场技术

    这样使用df和du命令更完美

    Filesystem Size Used Avail Use% Mounted on /dev/vda1 99G 13G 82G 14% / 如上表示/分区 使用率为 14%, 选项-h (--human-readable 同样选项-h (--human-readable)告诉 du 使用对于人类阅读更友好的格式输出, 而-d 1告诉 du 进入到一个目录层级,不加(du -h)是所有层级。

    1.2K40发布于 2020-09-03
  • 来自专栏用户1880875的专栏

    使用 du 检查 Linux 上已用的磁盘空间

    使用 --human-readable(简写 -h)选项可以使文件大小更容易阅读: $ du --separate-dirs --all --time --threshold=1G --human-readable

    2.6K20发布于 2021-09-08
  • 来自专栏网站教程

    使用 df 命令查看 Linux 上的可用磁盘空间

    要想使输出结果易于阅读,你可以加上 --human-readable(或其简写 -h)选项: $ df --human-readableFilesystem      Size  Used Avail 查看总的可用磁盘空间 如果你的文件系统确实很复杂,而你希望看到所有磁盘的总空间,可以使用 --total 选项: $ df --human-readable --totalFilesystem      

    5K10发布于 2021-09-13
  • 来自专栏程序那些事

    Scala教程之:Enumeration

    * * @param name A human-readable name for that value. * @param name A human-readable name for that value.

    57110发布于 2020-07-08
  • 来自专栏云计算运维

    使用 du 检查 Linux 上已用的磁盘空间

    使用 --human-readable(简写 -h)选项可以使文件大小更容易阅读: $ du --separate-dirs --all --time --threshold=1G --human-readable

    1.8K20发布于 2021-09-06
  • 来自专栏Linux成长之路

    Linux系统之stat命令的基本使用

    block device special files %u user ID of owner %U user name of owner %w time of file birth, human-readable if unknown %W time of file birth, seconds since Epoch; 0 if unknown %x time of last access, human-readable %X time of last access, seconds since Epoch %y time of last data modification, human-readable %Y time of last data modification, seconds since Epoch %z time of last status change, human-readable

    75010编辑于 2024-12-27
  • 来自专栏大数据仓库建设

    Linux下ls根据文件大小排序展示

    按文件从大到小 其是按照由大到小排序 ls -Sl or ll -S 如果想要从小到大: ls -Slr or ll -Sr 如果想要输入是按照“便于人类阅读的方式”,那么就再加一个-h,表示"–human-readable

    5.3K20发布于 2020-06-15
  • 来自专栏CSDNToQQCode

    Linux磁盘管理

    下面是一些常见的df命令参数及其功能: -h 或 --human-readable:以人类可读的方式显示磁盘空间大小,如使用GB、MB等单位。 下面是一些常见的du命令参数及其功能: -h 或 --human-readable:以人类可读的方式显示文件/文件夹占用空间大小,如使用GB、MB等单位。

    3.5K30编辑于 2023-10-11
  • 来自专栏架构驿站

    How To Develop Kubernetes CLIs Like a Pro

    Pretty-print Kubernetes objects as YAML, JSON (with JSONPath support), and even human-readable tables has a bunch of (pretty-)printers that can be used to dump Kubernetes objects as YAML, JSON, or even human-readable = nil { panic(err.Error()) } fmt.Println() // Table (human-readable) fmt.Println

    65570编辑于 2022-11-18
  • 来自专栏技术小黑屋

    How to Summarize Folder Size in Terminal

    -h, —human-readable print sizes in human readable format (e.g., 1K 234M 2G) -s, —summarize display only

    66010发布于 2018-09-04
  • 来自专栏刷题笔记

    【Linux】学习笔记(八) Linux 磁盘管理

    df du(estimate file space usage) df(report file system disk space usage) df 查看磁盘容量 df 加上-h参数 更方便的查看 human-readable df -h du 查看目录的容量 # 默认同样以 块 的大小展示 du # 加上`-h`参数,以更易读的方式展示 du -h du -h #同--human-readable 以K,M,G为单位,提高信息的可读性

    1.4K20发布于 2020-06-24
  • 来自专栏cloudskyme

    Linux下查看某目录或指定文件大小的命令

    total produce a grand total   -D, --dereference-args dereference FILEs that are symbolic links   -h, --human-readable

    6.8K80发布于 2018-03-20
  • 来自专栏饶文津的专栏

    CentOS 清理空间

    /dev/vda1 G G % / du 命令 查看目录内文件大小,查找大文件: cd / du -sh * du 的参数说明: -h 是代表human-readable,以 K、

    2.2K20发布于 2020-11-05
  • 来自专栏Java升级打怪进阶之路

    linux查看某个文件夹的大小(ls命令、du命令详解)

    累计大小 -d, --max-depth=N 决定统计每个目录的深度 -B, --block-size=SIZE 决定显示文件大小的单位;比如 ‘-BM’,就是MB,'-BK’就是KB -h, --human-readable

    105.2K71编辑于 2022-11-28
  • 来自专栏大数据-Hadoop、Spark

    HDFS ls查看文件-按照时间排序

    -h: Format file sizes in a human-readable fashion (eg 64.0m instead of 67108864).

    4.3K20发布于 2021-01-04
  • 来自专栏GEE数据专栏,GEE学习专栏,GEE错误集等专栏

    Google Earth Engine——美国人口普查局的TIGER数据集包含了2016年发布的所有路段,包含了1900多万条单独的线路特征,覆盖了美国、哥伦比亚特区、波多黎各和岛屿地区

    Collection Snippet ee.FeatureCollection("TIGER/2016/Roads") 波段信息: Name Type Description fullname String A human-readable

    25710编辑于 2024-02-02
领券