1 Feb 2004 01:18
1 Feb 2004 01:30
Re: sam -d reading from stdin?
Geoff Collyer <geoff <at> collyer.net>
2004-02-01 00:30:48 GMT
2004-02-01 00:30:48 GMT
Whoops, that script won't make much sense, since the carriage returns (ascii or utf 015) got turned into newlines (ascii or utf 012). If you replace each ~ with a carriage return, the script should look like this: tcs -f msdos <$file |[3=1] sam -d /fd/3 <<'!' >[2]/dev/null ,x/~+$/ d ,x/~+/ x/~/ c/\n/ w /fd/1 !
Subject: Re: [9fans] sam -d reading from stdin?
Date: 2004-02-01 00:18:21 GMT
This is how I use sam -d in a pipeline, taken from an existing shell script: tcs -f msdos <$file |[3=1] sam -d /fd/3 <<'!' >[2]/dev/null ,x/ +$/ d ,x/ +/ x/ / c/\n/ w /fd/1 !(Continue reading)
1 Feb 2004 04:31
Re: sam -d reading from stdin?
boyd, rounin <boyd <at> insultant.net>
2004-02-01 03:31:45 GMT
2004-02-01 03:31:45 GMT
http://www.insultant.net/code/dws.html
1 Feb 2004 14:56
Re: sam -d reading from stdin?
Matthias Teege <matthias <at> mteege.de>
2004-02-01 13:56:31 GMT
2004-02-01 13:56:31 GMT
> http://www.insultant.net/code/dws.html term% man rep man: no manual page Matthias
1 Feb 2004 15:03
Re: sam -d reading from stdin?
boyd, rounin <boyd <at> insultant.net>
2004-02-01 14:03:04 GMT
2004-02-01 14:03:04 GMT
> term% man rep > man: no manual page true, but that's not the point. you don't need rep. i posted it as an example of how to use sam. rep just repl[lies] to an rfc 822 message by creating a reply template in a file.
2 Feb 2004 10:05
another VM type host
Aharon Robbins <arnold <at> skeeve.com>
2004-02-02 09:05:02 GMT
2004-02-02 09:05:02 GMT
A friend recently pointed me at: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ The guest OS runs in x86 ring 1, instead of ring 0, so the OS must actually be ported to work with it. Has any 9developer seen this yet? Arnold
2 Feb 2004 10:58
2 Feb 2004 11:14
Install Problems
Kiran Reddy <kiran <at> cadence.com>
2004-02-02 10:14:08 GMT
2004-02-02 10:14:08 GMT
Hi All, I am trying to install plan9 on my workstation and it does not seem to go further to the PREPDISK. Steps i followed Created a Boot disk I have not edited any files it was the default. using fdisk i created a plan9 partition of 256MB then it takes to preppart created 9fat fs and swap when i write and quit it turn back to same prompt and never go further. is their any thing else i need to follow. Any help on this is appreciated. Kiran Reddy Registered Linux User #343444
2 Feb 2004 14:40
Re: another VM type host
Wes Kussmaul <wes <at> village.com>
2004-02-02 13:40:01 GMT
2004-02-02 13:40:01 GMT
Correct me if I'm wrong, but isn't Xen development backed by Microsoft? Not that that would necessarily be a stopper for anyone, but people should be aware of it. Wes Kussmaul At 04:05 AM 2/2/2004, you wrote: >A friend recently pointed me at: > > http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ > >The guest OS runs in x86 ring 1, instead of ring 0, so the OS must actually >be ported to work with it. Has any 9developer seen this yet? > >Arnold
2 Feb 2004 14:46
RSS Feed