docs/cut

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 diff
     1.1 --- a/cut.txt	Sat May 02 18:31:00 2015 +0200
     1.2 +++ b/cut.txt	Sat May 02 18:47:00 2015 +0200
     1.3 @@ -144,20 +144,27 @@
     1.4  Beschreibungen
     1.5  
     1.6  Interessant ist ein Vergleich der Kurzbeschreibungen von cut,
     1.7 -wie man sie in der Titelzeile der Manpages oder manchmal auch
     1.8 +wie sie sich in der Titelzeile von Manpages oder manchmal auch
     1.9  am Anfang der Quellcodedatei findet.
    1.10  
    1.11 +Die folgende Liste ist grob nach Zeit georndet und nach
    1.12 +Abstammung gruppiert. Die mit ``(src)'' markierten
    1.13 +Beschreibungen wurden im Code gefunden. POSIX und der ``Unix
    1.14 +Reader'' sind Textdokumente, die nicht an eine bestimmte
    1.15 +Unix-Version gebunden sind. Alle uebrigen Beschreibungen
    1.16 +entstammen der jeweiligen Manpage.
    1.17 +
    1.18 +
    1.19  System III	cut out selected fields of each line of a file
    1.20 -System III code	cut and paste columns of a table (projection of a relation)
    1.21 +System III (src)	cut and paste columns of a table (projection of a relation)
    1.22  System V	cut out selected fields of each line of a file
    1.23 -SVID		cut out selected fields of each line of a file
    1.24  HP-UX		cut out (extract) selected fields of each line of a file
    1.25  
    1.26 -4.3BSD-UWisc	cut and paste columns of a table (projection of a relation)
    1.27 +4.3BSD-UWisc (src)	cut and paste columns of a table (projection of a relation)
    1.28  4.3BSD-Reno	select portions of each line of a file
    1.29  NetBSD		select portions of each line of a file
    1.30  FreeBSD 1.0	select portions of each line of a file
    1.31 -FreeBSD >2007	cut out selected portions of each line of a file
    1.32 +FreeBSD 7.0	cut out selected portions of each line of a file
    1.33  SunOS 4.1.3	remove selected fields from each line of a file
    1.34  SunOS 5.5.1	cut out selected fields of each line of a file
    1.35  
    1.36 @@ -172,8 +179,7 @@
    1.37  
    1.38  
    1.39  
    1.40 +Codevergleich
    1.41  
    1.42  
    1.43  
    1.44 -
    1.45 -