Talk:GNU Core Utilities

Latest comment: 6 years ago by 189.146.63.185 in topic Maximum Command line Argument limitation

Generating the list edit

If an update to the list of programs is needed the list can be generated in Debian by running this command:

dlocate -ls coreutils | grep "[^\[]\*$" | sed "s%.*/%%" | sed "s%\*%%g" | sort -u | sed "s%\(.*\)%\* [[\1 (Unix)|\1]]%"

Teemu 16:13, 2005 Feb 16 (UTC)

That's cool, but could you make it not depend on dlocate? Just use dpkg, that way every Debian installation can use it. --maru (talk) contribs 22:42, 7 May 2006 (UTC)Reply

list software containing coreutils edit

I started to make a list with software that was containing the coreutils and that was removed Maybe the person who did that had a good reason but i think,for several reason that including such list because:

  • A lot of people are lost with all this GNU and BSD utilities and it is important to know what's where,Some example are attempt to port a BSD or other kernel to others utilities or to change the design of the operating system,some Atempt are famous and clear such as GNU/kfreeBSD or GNU/Solaris but others are unclear such as all the Gentoo BSD where the utilities used depend on kind of BSD(open Net Free) and here the long term goal is to be able to choose between them,A good idea is to present also others utilities or the derived that were made(such as BSD non free derivated utilities)
  • Know the importance of such uttilities looking at the wide(or not)spread of such utilities and the will to use them with others kernel rather than the others Free(free software) Utilities such as BSD(The solaris case is very different,The system is too much complicated and there are things that are free and others that aren't,and that change over time because of part being render free)

-- 213.189.165.28

The list has been moved to List of GNU Core Utilities commands. There's a link under Capabilities. --Tqdv (talk) 21:38, 20 January 2018 (UTC)Reply

Multibyte edit

It says, "Unfortunately, even a latest forthcoming coreutils version 6.10 does not properly support multibyte encodings." But what is the actual applicable standard here, and is coreutils violating it? Superm401 - Talk 05:59, 12 December 2008 (UTC)Reply

It's a defacto standard: Most Linux distributions (and probably all major ones) come with a UTF-8 locales as the default. -- ndemou —Preceding unsigned comment added by Ndemou (talkcontribs) 10:42, 5 February 2009 (UTC)Reply

Timeout edit

I think that command timeout should link to a new page: http://en.wikipedia.org/wiki/Timeout_(Unix) instead of current: http://en.wikipedia.org/wiki/Timeout_(computing) —Preceding unsigned comment added by Zabuch (talkcontribs) 18:03, 22 July 2010 (UTC)Reply

Categorization of programs edit

I do not entirely agree with the categorization which was done in [1]. I asked User:Fractal3 to explain. The documentation currently uses a different categorization. --Chealer (talk) 22:16, 7 February 2012 (UTC)Reply


Maximum Command line Argument limitation edit

GNU Core Utilities implementation used in multiple Linux distributions will be limited in command line arguments bytes number of pages that are allocated within the kernel for command-line arguments defined at kernel compile time at variable MAX_ARG_PAGES in include/linux/binfmts.h file. For example error on rm command: /bin/rm: Argument list too long. will prompt if command-line argument limit is exceed[1]

Maybe it should be added this limitation to the article  — Preceding unsigned comment added by 189.146.63.185 (talk) 23:27, 2 April 2018 (UTC)Reply 

References