From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: Plan 9 annoyances (was: Re: [9fans] mv vs cp) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011008203551.5C49419A0A@mail.cse.psu.edu> Date: Mon, 8 Oct 2001 16:17:14 -0400 Topicbox-Message-UUID: 023251b6-eaca-11e9-9e20-41e7f4b1d025 > * The need for /$objtype/bin/ape/psh, which is a #!/bin/rc script. Somebody please fix this. All you need to do is implement a recursive union mount. We will all be grateful. > * Lack of long file names. (Someday to be fixed in 9P2000.) 9P2000 doesn't allow long file names. You can't have names bigger than 65536 bytes. > "mk clean" doesn't remove every generated file. try (say) > "find . -mtime -1 -type f -print" after rebuilding the world. > (oops, forgot--Plan 9 doesn't have "find".) "mk nuke" does, no?