Skip to content
Snippets Groups Projects
Commit 51e77a9f authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Beispiele 8.4.2024

parent ba664e3f
No related branches found
No related tags found
No related merge requests found
cassini/home/peter/bo/2024ss/bs/20240408> ln -s test-1.txt test-2.txt
cassini/home/peter/bo/2024ss/bs/20240408> ls -l test*.txt
SCHLIMME SACHEN
-rw-r--r-- 1 peter peter 19 8. Apr 18:01 test-1.txt
lrwxrwxrwx 1 peter peter 10 8. Apr 18:34 test-2.txt -> test-1.txt
-rw-r--r-- 1 peter peter 19 8. Apr 18:00 test-3.txt
cassini/home/peter/bo/2024ss/bs/20240408> cat test-2.txt
Dies ist ein Test.
cassini/home/peter/bo/2024ss/bs/20240408> rm test-1.txt
cassini/home/peter/bo/2024ss/bs/20240408> cat test-2.txt
cat: test-2.txt: Datei oder Verzeichnis nicht gefunden
cassini/home/peter/bo/2024ss/bs/20240408> cat test-2.txt
cat: test-2.txt: Datei oder Verzeichnis nicht gefunden
cassini/home/peter/bo/2024ss/bs/20240408> ls -l test*.txt
SCHLIMME SACHEN
lrwxrwxrwx 1 peter peter 10 8. Apr 18:34 test-2.txt -> test-1.txt
-rw-r--r-- 1 peter peter 19 8. Apr 18:00 test-3.txt
cassini/home/peter/bo/2024ss/bs/20240408> ln test-3.txt test-1.txt
cassini/home/peter/bo/2024ss/bs/20240408> ls -l test*.txt
SCHLIMME SACHEN
-rw-r--r-- 2 peter peter 19 8. Apr 18:00 test-1.txt
lrwxrwxrwx 1 peter peter 10 8. Apr 18:34 test-2.txt -> test-1.txt
-rw-r--r-- 2 peter peter 19 8. Apr 18:00 test-3.txt
cassini/home/peter/bo/2024ss/bs/20240408> cat test-2.txt
Dies ist ein Test.
cassini/home/peter/bo/2024ss/bs/20240408> rm test-3.txt
cassini/home/peter/bo/2024ss/bs/20240408> cat test-1.txt
Dies ist ein Test.
cassini/home/peter/bo/2024ss/bs/20240408>
#include <stdio.h>
int main (void)
{
printf ("Bonjour, le monde !\n");
return 0;
}
echo "SCHLIMME SACHEN"
/usr/bin/ls "$@"
#!/bin/sh
echo "Hello, world!"
#!/usr/bin/echo "Hello, world!"
#!/usr/bin/bc
2 + 2
quit
Dies ist ein Test.
test-1.txt
\ No newline at end of file
Dies ist ein Test.
test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment