9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox rsc@plan9.bell-labs.com
Subject: [9fans] u9fs and _conform.map
Date: Wed, 20 May 1998 08:45:52 -0400	[thread overview]
Message-ID: <19980520124552.tc6IzO5Bh5TDiqs4N_wIHzWo3piCDFH7KZhTcKDzU9o@z> (raw)

I had a similar problem a couple months ago and solved
it with disk space.  I copied the entire CD onto a Unix
disk and then did something approximately:

	cat _conform.map | sed 's/^F/f/g;s/^D/d/g' | sort > $HOME/conform.map

	% cat $HOME/fix
	#!/bin/sh

	for i in *	
	do
		if test -d $i
			(cd $i; $HOME/fix)
	done

	for i in d00* f00*
	do
		x=`look $i $HOME/conform.map`
		mv $i $x
	done
	% cd $HOME/plan9cd
	% $HOME/fix

which worked pretty well.  A warning: I just
typed that shell script on the fly while writing this
message.  I can't find the one I used when I did it,
but that conveys the basic gist.





             reply	other threads:[~1998-05-20 12:45 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-20 12:45 Russ [this message]
  -- strict thread matches above, loose matches on Subject: below --
1998-06-05 13:27 Srinivas.Narendula
1998-06-05 13:26 Srinivas.Narendula
1998-06-05 13:19 Srinivas.Narendula
1998-06-05 13:19 Srinivas.Narendula
1998-06-05 13:19 Srinivas.Narendula
1998-06-05 13:19 Srinivas.Narendula
1998-06-05 13:17 Elliott.Hughes
1998-06-05 13:12 Srinivas.Narendula
1998-06-05 13:12 Srinivas.Narendula
1998-06-05 13:07 Srinivas.Narendula
1998-06-05 13:07 Srinivas.Narendula
1998-05-20 15:55 Elliott.Hughes
1998-05-20 14:26 Steve
1998-05-20 14:02 Steve
1998-05-20  9:53 Elliott.Hughes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19980520124552.tc6IzO5Bh5TDiqs4N_wIHzWo3piCDFH7KZhTcKDzU9o@z \
    --to=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).