Jim Gifford wrote these words on 12/15/05 09:58 CST: > I have noticed if upgraded from 5.2.1 it sets itself back to the > standard lists in /usr/include/unistd.h.
How odd. Here are some results I get with a freshly installed coreutils-5.93: [EMAIL PROTECTED]: ~/build/td > head --version | head -1 && head +2 tf head (GNU coreutils) 5.93 head: cannot open `+2' for reading: No such file or directory ==> tf <== This is line 1 of a test file This is line 2 of a test file This is line 3 of a test file This is line 4 of a test file This is line 5 of a test file This is line 6 of a test file This is line 7 of a test file This is line 8 of a test file This is line 9 of a test file [EMAIL PROTECTED]: ~/build/td > tail --version | head -1 && tail +2 tf tail (GNU coreutils) 5.93 tail: cannot open `+2' for reading: No such file or directory ==> tf <== This is line 1 of a test file This is line 2 of a test file This is line 3 of a test file This is line 4 of a test file This is line 5 of a test file This is line 6 of a test file This is line 7 of a test file This is line 8 of a test file This is line 9 of a test file -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 10:08:00 up 81 days, 19:32, 3 users, load average: 1.10, 0.83, 0.43 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page