Skip to content
#

coreutils

Here are 102 public repositories matching this topic...

sylvestre
sylvestre commented May 22, 2021

With GNU:

$ ls -ks README.md
20 README.md

us:

$ ls -ks README.md
error: Found argument '-k' which wasn't expected, or isn't valid in this context

man:

       -k, --kibibytes
              default  to  1024-byte  blocks for disk usage; used only with -s
              and per directory totals
GrayJack
GrayJack commented Sep 27, 2019

This is a tracking issue for the seq util.

Required options and flags:

  • f (long: format)
  • s (long: separator)
  • t (long: terminator)
  • w (long: equal-width, visible-alias: fixed-width)

Notes:
¹ : Long name not defined on other implementation of this utility. Implementer must choose a long name.
² : Short name (one letter) not defined on o

Improve this page

Add a description, image, and links to the coreutils topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coreutils topic, visit your repo's landing page and select "manage topics."

Learn more