Skip to content
Snippets Groups Projects
Select Git revision
  • c7518f4eeaf1427fbd6c458306407afb2e836f64
  • 2025ss default
  • 2024ss
  • 2023ss
  • 2022ss
  • 2021ss
  • 2020ss
  • 2019ss
  • 2018ss
9 results

latex-1.tex

Blame
  • grep-2.txt 1.69 KiB
    cassini/home/peter/bo/2021ss/bs/20210423> grep -i "H[ae]llo" *
    grep-1.txt:cassini/home/peter/bo/2021ss/bs/20210423> grep Hello *
    grep-1.txt:test-1.c:  printf ("Hello, world!\n");
    grep-1.txt:test-2.c:  printf ("Hello, world!\n");
    grep-1.txt:unix-20210423.tex:        printf ("Hello, world!\n");
    grep-1.txt:unix-20210423.tex:      Text schreiben: \lstinline[style=cmd]{echo "Hello, world!"}
    grep-1.txt:test-1.c:  printf ("Hello, world!\n");
    grep-1.txt:test-2.c:  printf ("Hello, world!\n");
    grep-1.txt:unix-20210423.tex:        printf ("Hello, world!\n");
    grep-1.txt:unix-20210423.tex:      Text schreiben: \lstinline[style=cmd]{echo "Hello, world!"}
    grep-1.txt:test-1.c:  printf ("Hello, world!\n");
    grep-1.txt:test-2.c:  printf ("Hello, world!\n");
    grep-1.txt:unix-20210423.tex:        printf ("Hello, world!\n");
    grep-1.txt:unix-20210423.tex:      Text schreiben: \lstinline[style=cmd]{echo "Hello, world!"}
    grep-1.txt:unix-20210423.tex:      Programm im aktuellen Verzeichnis aufrufen: \lstinline[style=cmd]{./hello}
    grep-1.txt:unix-20210423.tex:      Datei ausgeben: \lstinline[style=cmd]{cat hello.c}
    grep-1.txt:unix-20210423.tex:      Datei anzeigen: \lstinline[style=cmd]{less hello.c}
    grep: test: Ist ein Verzeichnis
    test-1.c:  printf ("Hello, world!\n");
    test-2.c:  printf ("Hello, world!\n");
    unix-20210423.tex:        printf ("Hello, world!\n");
    unix-20210423.tex:      Text schreiben: \lstinline[style=cmd]{echo "Hello, world!"}
    unix-20210423.tex:      Programm im aktuellen Verzeichnis aufrufen: \lstinline[style=cmd]{./hello}
    unix-20210423.tex:      Datei ausgeben: \lstinline[style=cmd]{cat hello.c}
    unix-20210423.tex:      Datei anzeigen: \lstinline[style=cmd]{less hello.c}
    cassini/home/peter/bo/2021ss/bs/20210423>