From owner-freebsd-questions Tue May 27 03:13:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA06410 for questions-outgoing; Tue, 27 May 1997 03:13:11 -0700 (PDT) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA06379 for ; Tue, 27 May 1997 03:13:04 -0700 (PDT) Received: by mail.EUnet.hu, id MAA14133; Tue, 27 May 1997 12:12:56 +0200 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id LAA00417; Tue, 27 May 1997 11:13:07 +0200 (MET DST) From: Zahemszky Gabor Message-Id: <199705270913.LAA00417@CoDe.hu> Subject: Re: compatiblity To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Tue, 27 May 1997 11:13:06 +0200 (MET DST) Cc: ao231@lafn.org In-Reply-To: <199705270642.AA18311@lafn.org> from Eugene Brandon at "May 26, 97 11:42:19 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > i was wantingb to know if the freebsd operating system is compatible > with a pc?? a free standing one at that. The correct question is: is your PC compatible with FreeBSD? Most of the times, YES it is. It's not, if you have a MicroChannel architecture PC. Gabor -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"