Skip to content
Snippets Groups Projects
Select Git revision
  • e5a55ae5d895b36506b339f1f24833424616305f
  • master default protected
  • 2018ws
  • 2017ws
  • 2016ws
5 results

and-01.c

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    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>