[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] OT: Where to get a fresh copy of ls and other commands
- Subject: Re: [cobalt-users] OT: Where to get a fresh copy of ls and other commands
- From: "Dylan Smith" <dyls@xxxxxxx>
- Date: Mon Jul 30 04:39:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Am I missing something here? "man ls" (or "info ls") doesn't give me any
> relevant information... If you wanted me to go check out gnu.org, I've
done
> that a while ago. No "ls" there. (At least not that I could find.) A
further
> help would be appreciated. Thanks.
All the tools like ls, chmod, cp, rm, mv etc. are part of the Fileutils
package at gnu.org. Here's the url for the information:
http://www.gnu.org/software/fileutils/fileutils.html
You can download the fileutils package from ftp.gnu.org. It's in the
directory /gnu/fileutils. Download fileutils-4.1.tar.gz, tar zxvf
fileutils-4.1.tar.gz, ./configure, make and voila, new copy of "ls" (and a
few other things).
Be sure to read the README and INSTALL files.