Skip to content
#

coreutils

Here are 80 public repositories matching this topic...

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

rm is a command-line utility that can delete directory entries. Written in C, requires an at least partly POSIX conforming operating system underneath. The goal of this tool is, to fulfill the corresponding POSIX standard as good as possible, without adding more features.

  • Updated Feb 14, 2021
  • C

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