Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Oct 1996 03:04:02 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        kwfjndpw <kwfjndpw@netural.com>
Cc:        bugs@FreeBSD.org
Subject:   Re: tr 
Message-ID:  <16102.844596242@time.cdrom.com>
In-Reply-To: Your message of "Sun, 06 Oct 1996 01:50:27 CDT." <199610060650.BAA14530@mournblade.netural.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> I wrote the following command:  tr a-d c-da-b
> Then I typed in the following data:  abcd
> The tr program returned the following string:  cddb
> It should have returned the following string:  cdab
> What is peculiar about the FreeBSD version of the tr command?

Nothing, at least not since 2.1.5.

root@whisker-> uname -a
FreeBSD whisker.cdrom.com 2.1.5-STABLE FreeBSD 2.1.5-STABLE #0: Thu Mar 19 06:50:45 PST 1908     root@whisker.cdrom.com:/usr/src/sys/compile/WHISKER  i386
root@whisker-> tr a-d c-da-b
abcd
^D
cdab
root@whisker-> exit
						Jordan




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16102.844596242>