Tagged Questions
2
votes
1answer
140 views
Install only a few GNU coreutils?
Is there a way to build and install only a few of the GNU coreutils?
The README in coreutils-8.19.tar.xz lists 100-odd, but the INSTALL doesn't say how to install only a few, and the Makefile is (to ...
3
votes
4answers
233 views
Is there a practical use for the GNU factor command?
Looking through the GNU Coreutils, I spotted the factor command, that I had never noticed before.
Reading the man page:
Print the prime factors of each specified integer NUMBER. If none
are ...
8
votes
2answers
357 views
What is the point of ls -f (or, why is this hanging?)
I've got a directory with about 100,000 files in it. ls -f hangs for over a minute. I ran strace, and immediately started seeing getdents, so ls is clearly reading the directory. I also see a lot ...
5
votes
4answers
2k views
Any options to replace GNU coreutils on Linux?
I've been thinking about discontinuing the use of GNU Coreutils on my Linux systems, but to be honest, unlike many other GNU components, I can't think of any alternatives (on Linux). What alternatives ...
2
votes
1answer
206 views
Has the GNU coreutils stat tool changed?
Has the GNU coreutils (8.6) version of stat changed? After a recent update, some scripts I wrote that call stat are not working as expected; in particular, I had been making use of stat -c %Y ...