Skip to content
Snippets Groups Projects
Select Git revision
  • aacc5be00b37f556b7c44152a31c90a8eb2da5a9
  • 2023ss default protected
  • 2022ss
  • 2021ss
  • 2020ss
  • 2019ss
  • 2018ss
  • 2017ss
  • 2016ss
  • 2015ss
  • 2014ss
11 results

grep-2.txt

Blame
  • Forked from Peter Gerwinski / bs
    106 commits behind the upstream repository.
    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>