Compare commits
3 Commits
1.5
...
e265d95dd9
| Author | SHA1 | Date | |
|---|---|---|---|
| e265d95dd9 | |||
| 0939c771f3 | |||
| 815a66d808 |
@@ -20,4 +20,12 @@ Dateien des bash Tutorioals auf raspithek.de
|
||||
| 14 |exit Codes |
|
||||
| 15 |von der Idee zum Script |
|
||||
| 16 |Funktionen |
|
||||
| 17 |Piping und Redirection |
|
||||
| 18 |tee |
|
||||
| 19 |alias |
|
||||
| 20 |Shebang |
|
||||
| 21 |sed |
|
||||
| 22 |cd |
|
||||
| 23 |case |
|
||||
| 24 |Arrays |
|
||||
|
||||
|
||||
2
arrays/.gitignore
vendored
2
arrays/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*.bak
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
#! /usr/bin/bash
|
||||
|
||||
family=("Marge" "Homer" "Bart" "Lisa" "Maggie")
|
||||
|
||||
echo "Kinder: ${family[@]:2:4}"
|
||||
echo "Eltern: ${family[@]:0:2}"
|
||||
11
piping/ask
Executable file
11
piping/ask
Executable file
@@ -0,0 +1,11 @@
|
||||
|
||||
read -n1 -p "Weitermachen? (j/n)" auswahl
|
||||
|
||||
echo "auswahl = ${auswahl}"
|
||||
if [ "${auswahl}" == 'j' ];then
|
||||
echo "Es geht weiter"
|
||||
else
|
||||
echo "Dann eben nicht"
|
||||
fi
|
||||
|
||||
|
||||
0
progress-bar/bar/foo-1-cache
Normal file
0
progress-bar/bar/foo-1-cache
Normal file
0
progress-bar/bar/foo-10-cache
Normal file
0
progress-bar/bar/foo-10-cache
Normal file
0
progress-bar/bar/foo-100-cache
Normal file
0
progress-bar/bar/foo-100-cache
Normal file
0
progress-bar/bar/foo-101-cache
Normal file
0
progress-bar/bar/foo-101-cache
Normal file
0
progress-bar/bar/foo-102-cache
Normal file
0
progress-bar/bar/foo-102-cache
Normal file
0
progress-bar/bar/foo-103-cache
Normal file
0
progress-bar/bar/foo-103-cache
Normal file
0
progress-bar/bar/foo-104-cache
Normal file
0
progress-bar/bar/foo-104-cache
Normal file
0
progress-bar/bar/foo-105-cache
Normal file
0
progress-bar/bar/foo-105-cache
Normal file
0
progress-bar/bar/foo-106-cache
Normal file
0
progress-bar/bar/foo-106-cache
Normal file
0
progress-bar/bar/foo-107-cache
Normal file
0
progress-bar/bar/foo-107-cache
Normal file
0
progress-bar/bar/foo-108-cache
Normal file
0
progress-bar/bar/foo-108-cache
Normal file
0
progress-bar/bar/foo-109-cache
Normal file
0
progress-bar/bar/foo-109-cache
Normal file
0
progress-bar/bar/foo-11-cache
Normal file
0
progress-bar/bar/foo-11-cache
Normal file
0
progress-bar/bar/foo-110-cache
Normal file
0
progress-bar/bar/foo-110-cache
Normal file
0
progress-bar/bar/foo-111-cache
Normal file
0
progress-bar/bar/foo-111-cache
Normal file
0
progress-bar/bar/foo-112-cache
Normal file
0
progress-bar/bar/foo-112-cache
Normal file
0
progress-bar/bar/foo-113-cache
Normal file
0
progress-bar/bar/foo-113-cache
Normal file
0
progress-bar/bar/foo-114-cache
Normal file
0
progress-bar/bar/foo-114-cache
Normal file
0
progress-bar/bar/foo-115-cache
Normal file
0
progress-bar/bar/foo-115-cache
Normal file
0
progress-bar/bar/foo-116-cache
Normal file
0
progress-bar/bar/foo-116-cache
Normal file
0
progress-bar/bar/foo-117-cache
Normal file
0
progress-bar/bar/foo-117-cache
Normal file
0
progress-bar/bar/foo-118-cache
Normal file
0
progress-bar/bar/foo-118-cache
Normal file
0
progress-bar/bar/foo-119-cache
Normal file
0
progress-bar/bar/foo-119-cache
Normal file
0
progress-bar/bar/foo-12-cache
Normal file
0
progress-bar/bar/foo-12-cache
Normal file
0
progress-bar/bar/foo-120-cache
Normal file
0
progress-bar/bar/foo-120-cache
Normal file
0
progress-bar/bar/foo-121-cache
Normal file
0
progress-bar/bar/foo-121-cache
Normal file
0
progress-bar/bar/foo-122-cache
Normal file
0
progress-bar/bar/foo-122-cache
Normal file
0
progress-bar/bar/foo-123-cache
Normal file
0
progress-bar/bar/foo-123-cache
Normal file
0
progress-bar/bar/foo-124-cache
Normal file
0
progress-bar/bar/foo-124-cache
Normal file
0
progress-bar/bar/foo-125-cache
Normal file
0
progress-bar/bar/foo-125-cache
Normal file
0
progress-bar/bar/foo-126-cache
Normal file
0
progress-bar/bar/foo-126-cache
Normal file
0
progress-bar/bar/foo-127-cache
Normal file
0
progress-bar/bar/foo-127-cache
Normal file
0
progress-bar/bar/foo-128-cache
Normal file
0
progress-bar/bar/foo-128-cache
Normal file
0
progress-bar/bar/foo-129-cache
Normal file
0
progress-bar/bar/foo-129-cache
Normal file
0
progress-bar/bar/foo-13-cache
Normal file
0
progress-bar/bar/foo-13-cache
Normal file
0
progress-bar/bar/foo-130-cache
Normal file
0
progress-bar/bar/foo-130-cache
Normal file
0
progress-bar/bar/foo-131-cache
Normal file
0
progress-bar/bar/foo-131-cache
Normal file
0
progress-bar/bar/foo-132-cache
Normal file
0
progress-bar/bar/foo-132-cache
Normal file
0
progress-bar/bar/foo-133-cache
Normal file
0
progress-bar/bar/foo-133-cache
Normal file
0
progress-bar/bar/foo-134-cache
Normal file
0
progress-bar/bar/foo-134-cache
Normal file
0
progress-bar/bar/foo-135-cache
Normal file
0
progress-bar/bar/foo-135-cache
Normal file
0
progress-bar/bar/foo-136-cache
Normal file
0
progress-bar/bar/foo-136-cache
Normal file
0
progress-bar/bar/foo-137-cache
Normal file
0
progress-bar/bar/foo-137-cache
Normal file
0
progress-bar/bar/foo-138-cache
Normal file
0
progress-bar/bar/foo-138-cache
Normal file
0
progress-bar/bar/foo-139-cache
Normal file
0
progress-bar/bar/foo-139-cache
Normal file
0
progress-bar/bar/foo-14-cache
Normal file
0
progress-bar/bar/foo-14-cache
Normal file
0
progress-bar/bar/foo-140-cache
Normal file
0
progress-bar/bar/foo-140-cache
Normal file
0
progress-bar/bar/foo-141-cache
Normal file
0
progress-bar/bar/foo-141-cache
Normal file
0
progress-bar/bar/foo-142-cache
Normal file
0
progress-bar/bar/foo-142-cache
Normal file
0
progress-bar/bar/foo-143-cache
Normal file
0
progress-bar/bar/foo-143-cache
Normal file
0
progress-bar/bar/foo-144-cache
Normal file
0
progress-bar/bar/foo-144-cache
Normal file
0
progress-bar/bar/foo-145-cache
Normal file
0
progress-bar/bar/foo-145-cache
Normal file
0
progress-bar/bar/foo-146-cache
Normal file
0
progress-bar/bar/foo-146-cache
Normal file
0
progress-bar/bar/foo-147-cache
Normal file
0
progress-bar/bar/foo-147-cache
Normal file
0
progress-bar/bar/foo-148-cache
Normal file
0
progress-bar/bar/foo-148-cache
Normal file
0
progress-bar/bar/foo-149-cache
Normal file
0
progress-bar/bar/foo-149-cache
Normal file
0
progress-bar/bar/foo-15-cache
Normal file
0
progress-bar/bar/foo-15-cache
Normal file
0
progress-bar/bar/foo-150-cache
Normal file
0
progress-bar/bar/foo-150-cache
Normal file
0
progress-bar/bar/foo-151-cache
Normal file
0
progress-bar/bar/foo-151-cache
Normal file
0
progress-bar/bar/foo-152-cache
Normal file
0
progress-bar/bar/foo-152-cache
Normal file
0
progress-bar/bar/foo-153-cache
Normal file
0
progress-bar/bar/foo-153-cache
Normal file
0
progress-bar/bar/foo-154-cache
Normal file
0
progress-bar/bar/foo-154-cache
Normal file
0
progress-bar/bar/foo-155-cache
Normal file
0
progress-bar/bar/foo-155-cache
Normal file
0
progress-bar/bar/foo-156-cache
Normal file
0
progress-bar/bar/foo-156-cache
Normal file
0
progress-bar/bar/foo-157-cache
Normal file
0
progress-bar/bar/foo-157-cache
Normal file
0
progress-bar/bar/foo-158-cache
Normal file
0
progress-bar/bar/foo-158-cache
Normal file
0
progress-bar/bar/foo-159-cache
Normal file
0
progress-bar/bar/foo-159-cache
Normal file
0
progress-bar/bar/foo-16-cache
Normal file
0
progress-bar/bar/foo-16-cache
Normal file
0
progress-bar/bar/foo-160-cache
Normal file
0
progress-bar/bar/foo-160-cache
Normal file
0
progress-bar/bar/foo-161-cache
Normal file
0
progress-bar/bar/foo-161-cache
Normal file
0
progress-bar/bar/foo-162-cache
Normal file
0
progress-bar/bar/foo-162-cache
Normal file
0
progress-bar/bar/foo-163-cache
Normal file
0
progress-bar/bar/foo-163-cache
Normal file
0
progress-bar/bar/foo-164-cache
Normal file
0
progress-bar/bar/foo-164-cache
Normal file
0
progress-bar/bar/foo-165-cache
Normal file
0
progress-bar/bar/foo-165-cache
Normal file
0
progress-bar/bar/foo-166-cache
Normal file
0
progress-bar/bar/foo-166-cache
Normal file
0
progress-bar/bar/foo-167-cache
Normal file
0
progress-bar/bar/foo-167-cache
Normal file
0
progress-bar/bar/foo-168-cache
Normal file
0
progress-bar/bar/foo-168-cache
Normal file
0
progress-bar/bar/foo-169-cache
Normal file
0
progress-bar/bar/foo-169-cache
Normal file
0
progress-bar/bar/foo-17-cache
Normal file
0
progress-bar/bar/foo-17-cache
Normal file
0
progress-bar/bar/foo-170-cache
Normal file
0
progress-bar/bar/foo-170-cache
Normal file
0
progress-bar/bar/foo-171-cache
Normal file
0
progress-bar/bar/foo-171-cache
Normal file
0
progress-bar/bar/foo-172-cache
Normal file
0
progress-bar/bar/foo-172-cache
Normal file
0
progress-bar/bar/foo-173-cache
Normal file
0
progress-bar/bar/foo-173-cache
Normal file
0
progress-bar/bar/foo-174-cache
Normal file
0
progress-bar/bar/foo-174-cache
Normal file
0
progress-bar/bar/foo-175-cache
Normal file
0
progress-bar/bar/foo-175-cache
Normal file
0
progress-bar/bar/foo-176-cache
Normal file
0
progress-bar/bar/foo-176-cache
Normal file
0
progress-bar/bar/foo-177-cache
Normal file
0
progress-bar/bar/foo-177-cache
Normal file
0
progress-bar/bar/foo-178-cache
Normal file
0
progress-bar/bar/foo-178-cache
Normal file
0
progress-bar/bar/foo-179-cache
Normal file
0
progress-bar/bar/foo-179-cache
Normal file
0
progress-bar/bar/foo-18-cache
Normal file
0
progress-bar/bar/foo-18-cache
Normal file
0
progress-bar/bar/foo-180-cache
Normal file
0
progress-bar/bar/foo-180-cache
Normal file
0
progress-bar/bar/foo-181-cache
Normal file
0
progress-bar/bar/foo-181-cache
Normal file
0
progress-bar/bar/foo-182-cache
Normal file
0
progress-bar/bar/foo-182-cache
Normal file
0
progress-bar/bar/foo-183-cache
Normal file
0
progress-bar/bar/foo-183-cache
Normal file
0
progress-bar/bar/foo-184-cache
Normal file
0
progress-bar/bar/foo-184-cache
Normal file
0
progress-bar/bar/foo-185-cache
Normal file
0
progress-bar/bar/foo-185-cache
Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user