Skip to content
Snippets Groups Projects
Select Git revision
  • 4fa83b7f8bf254930a9921dad10989ff836923a0
  • 2024ws default
  • 2023ws protected
3 results

chmod-01.txt

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>