Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/cohomolo/standalone/progs.d/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 17.9.2025 mit Größe 448 B image not shown  

Quelle  myman   Sprache: unbekannt

 
case $# in 
     0) more $HOME/coho.d/info.d/info.2;;
     *) for i
        do awk "  { if (NF>1 && \$1 ~ /\(.*\)/ && \$2==\"$i\") s=1;
                    if (s && \$1==\"-----\") exit;
                    if (s) print;
                  }
              END { if (s==0)
                    printf(\"$i:    command not found in info.d/coho.d/info.3.\n\");
                  }
               "  $HOME/coho.d/info.d/info.3 | more
        done;;
esac

[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]