Skip to content

littlefly365/BSD-Coreutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSD-Coreutils

BSD-coreutils is a set of basic utilities like cp, ls and mv (so this project is an alternative to GNU Coreutils). These are based on the NetBSD utils but there OpenBSD and FreeBSD too. In some cases X utility does not exit in *BSD, so the solution for that is a reimplementation like:

  • nproc
  • hostid

Other utilities are also modified a little bit to has extra function for replacing gnu utils ( ls --> dir & vdir, etc ).

Deps

  • bmake
  • libacl (optional, use NO_ACL=1)
  • libmd (or disable using NO_LIBMD=1)

Packages

 
 
 

Contributors

Languages