Skip to content
#

coreutils

Here are 56 public repositories matching this topic...

These are the GNU core utilities (commands such as ls, cp, chmod, chown, etc.) used on operating systems such as Linux, BSD, Mac OSX, etc. My most recent contribution (not yet approved) has been to add --exclude-filed and --exclude-directories to chown, chmod, chgrp to make setting filesystem permissions recursively much simpler, needing to depe…

  • Updated Feb 16, 2018
  • C

A unix cut command that supports: multiple delimiters, outputing fields in any specified order, outputing a different delimiter to the ones in the input, treating runs of delimiters as a single delimiter, and honoring quoting within the target document.

  • Updated Nov 22, 2020
  • C

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