no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


coreutils [2016/02/19 20:12] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== coreutils ======
  
 +  * [[binutils]]
 +  * [[findutils]]
 +  * [[ls]]
 +  * [[tr]]
 +
 +  * [[ftp://ftp.gnu.org/gnu/coreutils/]]
 +
 +coreutils will quit if running ''./configure'' as root.  To override:
 +
 +<code>
 +FORCE_UNSAFE_CONFIGURE=1 ./configure
 +</code>
 +
 +You can force the utilities to have a ''g'' prefix, so that they will install on systems without overriding defaults -- fex, ''gls'' instead of ''ls'':
 +
 +<code>
 +FORCE_UNSAFE_CONFIGURE=1 ./configure --program-prefix=g
 +</code>

Navigation
QR Code
QR Code coreutils (generated for current page)