diff options
Diffstat (limited to 'shell00')
| -rw-r--r-- | shell00/ex00/z | 1 | ||||
| -rw-r--r-- | shell00/ex01/testShell00.tar | bin | 0 -> 2048 bytes | |||
| -rw-r--r-- | shell00/ex02/exo2.tar | bin | 0 -> 6144 bytes | |||
| -rw-r--r-- | shell00/ex03/klist.txt | 7 | ||||
| -rwxr-xr-x | shell00/ex04/midLS | 1 | ||||
| -rwxr-xr-x | shell00/ex05/git_commit.sh | 1 | ||||
| -rw-r--r-- | shell00/ex06/.gitignore | 1 | ||||
| -rwxr-xr-x | shell00/ex06/git_ignore.sh | 1 | ||||
| -rw-r--r-- | shell00/ex07/b | 11 | ||||
| -rwxr-xr-x | shell00/ex08/clean | 1 |
10 files changed, 24 insertions, 0 deletions
diff --git a/shell00/ex00/z b/shell00/ex00/z new file mode 100644 index 0000000..e900b1c --- /dev/null +++ b/shell00/ex00/z @@ -0,0 +1 @@ +Z diff --git a/shell00/ex01/testShell00.tar b/shell00/ex01/testShell00.tar Binary files differnew file mode 100644 index 0000000..000c1fc --- /dev/null +++ b/shell00/ex01/testShell00.tar diff --git a/shell00/ex02/exo2.tar b/shell00/ex02/exo2.tar Binary files differnew file mode 100644 index 0000000..9bd61b0 --- /dev/null +++ b/shell00/ex02/exo2.tar diff --git a/shell00/ex03/klist.txt b/shell00/ex03/klist.txt new file mode 100644 index 0000000..19c5ebc --- /dev/null +++ b/shell00/ex03/klist.txt @@ -0,0 +1,7 @@ +Credentials cache: API:57199 + Principal: cacharle@S19.BE + + Issued Expires Principal +Jul 1 11:43:10 2019 Jul 1 21:43:10 2019 krbtgt/S19.BE@S19.BE +Jul 1 11:43:11 2019 Jul 1 21:43:10 2019 ldap/ldap-master.s19.be@S19.BE +Jul 1 11:43:11 2019 Jul 1 21:43:10 2019 HTTP/san-ssd.s19.be@S19.BE diff --git a/shell00/ex04/midLS b/shell00/ex04/midLS new file mode 100755 index 0000000..2b9b431 --- /dev/null +++ b/shell00/ex04/midLS @@ -0,0 +1 @@ +ls -ptUm diff --git a/shell00/ex05/git_commit.sh b/shell00/ex05/git_commit.sh new file mode 100755 index 0000000..4a62cc5 --- /dev/null +++ b/shell00/ex05/git_commit.sh @@ -0,0 +1 @@ +git --no-pager log -n 5 --pretty=%H diff --git a/shell00/ex06/.gitignore b/shell00/ex06/.gitignore new file mode 100644 index 0000000..f539d25 --- /dev/null +++ b/shell00/ex06/.gitignore @@ -0,0 +1 @@ +find . -print | git check-ignore --stdin | sed -e "s/\.\///" diff --git a/shell00/ex06/git_ignore.sh b/shell00/ex06/git_ignore.sh new file mode 100755 index 0000000..f539d25 --- /dev/null +++ b/shell00/ex06/git_ignore.sh @@ -0,0 +1 @@ +find . -print | git check-ignore --stdin | sed -e "s/\.\///" diff --git a/shell00/ex07/b b/shell00/ex07/b new file mode 100644 index 0000000..c2dab24 --- /dev/null +++ b/shell00/ex07/b @@ -0,0 +1,11 @@ +Episode V, A NEW H0PE It is a period of civil war +Rebel spaceships, striking from a hidden base, have won their first victory against the evil Galactic Empire. +During the battle, Rebel spies managed to steal secret plans to the Empire's ultimate weapon, the STAR DEATH, an armored space station with enough power to destroy an entire planet. + + +Pursued by the Empire's sinister agents, +Princess Mehdi races home aboard her starship, custodian of the stolen plans that can save her people and restore the dictatorship to the galaxie.. + + + + diff --git a/shell00/ex08/clean b/shell00/ex08/clean new file mode 100755 index 0000000..43d8991 --- /dev/null +++ b/shell00/ex08/clean @@ -0,0 +1 @@ +find . -type f \( -name "*~" -o -name "#*#" \) -print -delete | sed "s/.*\///g" |
