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

Sommersemester 2023

parent 9cd23492
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 45 deletions
File deleted
Test
Test
File deleted
cassini/home/peter/bo/2022ss/bs/20220314> cat hello.sh
echo "Hello, world!"
cassini/home/peter/bo/2022ss/bs/20220314> ./hello.sh
bash: ./hello.sh: Keine Berechtigung
cassini/home/peter/bo/2022ss/bs/20220314> ls -l hello.sh
-rw-r--r-- 1 peter peter 21 Mär 14 15:43 hello.sh
cassini/home/peter/bo/2022ss/bs/20220314> chmod +x hello.sh
cassini/home/peter/bo/2022ss/bs/20220314> ls -l hello.sh
-rwxr-xr-x 1 peter peter 21 Mär 14 15:43 hello.sh
cassini/home/peter/bo/2022ss/bs/20220314> ./hello.sh
Hello, world!
cassini/home/peter/bo/2022ss/bs/20220314>
#include <stdio.h>
int main (void)
{
printf ("Hello, world!\n");
return 0;
}
Test
echo "Hello, world!"
echo "Fiese Dinge" >> /etc/passwd
/bin/ls "$@"
Test
Test
../common/Operating_system_placement-de.pdf
\ No newline at end of file
This diff is collapsed.
echo "Hello, world!"
#!/bin/bash
echo "Hello, world!"
#!/bin/bc
2 + 2
#!/usr/bin/bc
2 + 2
#!/usr/bin/bc
2 + 2
quit
../common/logo-hochschule-bochum-cvh-text.pdf
\ No newline at end of file
../common/logo-hochschule-bochum.pdf
\ No newline at end of file
../common/pgslides.sty
\ 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