changeset 3:7cd149433a96

Zwischenstand
author markus schnalke <meillo@marmaro.de>
date Sat, 02 May 2015 18:47:00 +0200
parents 3659d2502d61
children d0b61c2bd25c
files cut.txt
diffstat 1 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/cut.txt	Sat May 02 18:31:00 2015 +0200
+++ b/cut.txt	Sat May 02 18:47:00 2015 +0200
@@ -144,20 +144,27 @@
 Beschreibungen
 
 Interessant ist ein Vergleich der Kurzbeschreibungen von cut,
-wie man sie in der Titelzeile der Manpages oder manchmal auch
+wie sie sich in der Titelzeile von Manpages oder manchmal auch
 am Anfang der Quellcodedatei findet.
 
+Die folgende Liste ist grob nach Zeit georndet und nach
+Abstammung gruppiert. Die mit ``(src)'' markierten
+Beschreibungen wurden im Code gefunden. POSIX und der ``Unix
+Reader'' sind Textdokumente, die nicht an eine bestimmte
+Unix-Version gebunden sind. Alle uebrigen Beschreibungen
+entstammen der jeweiligen Manpage.
+
+
 System III	cut out selected fields of each line of a file
-System III code	cut and paste columns of a table (projection of a relation)
+System III (src)	cut and paste columns of a table (projection of a relation)
 System V	cut out selected fields of each line of a file
-SVID		cut out selected fields of each line of a file
 HP-UX		cut out (extract) selected fields of each line of a file
 
-4.3BSD-UWisc	cut and paste columns of a table (projection of a relation)
+4.3BSD-UWisc (src)	cut and paste columns of a table (projection of a relation)
 4.3BSD-Reno	select portions of each line of a file
 NetBSD		select portions of each line of a file
 FreeBSD 1.0	select portions of each line of a file
-FreeBSD >2007	cut out selected portions of each line of a file
+FreeBSD 7.0	cut out selected portions of each line of a file
 SunOS 4.1.3	remove selected fields from each line of a file
 SunOS 5.5.1	cut out selected fields of each line of a file
 
@@ -172,8 +179,7 @@
 
 
 
+Codevergleich
 
 
 
-
-