Tagged Questions
8
votes
2answers
350 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 ...
11
votes
2answers
215 views
`test` and `[` - different binaries, any difference?
I noticed while answering another question that test and [ are different binaries, but the [ manpage pulls up test's. Besides the requirement for an ending ], is there any difference? If not, why are ...
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 ...