aboutsummaryrefslogtreecommitdiff
path: root/shell00
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-07-02 23:44:43 +0200
committerCharles <sircharlesaze@gmail.com>2019-07-02 23:44:43 +0200
commit9bde00749e9944c357267a024b3ec78d81a6799c (patch)
treeda718a1c479f0846d29326c63e925a35c1e9d4ee /shell00
parent194a9c63eea7c053ea8eddcc6e24a5f4053febe7 (diff)
downloadpiscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.gz
piscine-9bde00749e9944c357267a024b3ec78d81a6799c.tar.bz2
piscine-9bde00749e9944c357267a024b3ec78d81a6799c.zip
c00 start, shell01 ex01 correcion
Diffstat (limited to 'shell00')
-rw-r--r--shell00/ex00/z1
-rw-r--r--shell00/ex01/testShell00.tarbin0 -> 2048 bytes
-rw-r--r--shell00/ex02/exo2.tarbin0 -> 6144 bytes
-rw-r--r--shell00/ex03/klist.txt7
-rwxr-xr-xshell00/ex04/midLS1
-rwxr-xr-xshell00/ex05/git_commit.sh1
-rw-r--r--shell00/ex06/.gitignore1
-rwxr-xr-xshell00/ex06/git_ignore.sh1
-rw-r--r--shell00/ex07/b11
-rwxr-xr-xshell00/ex08/clean1
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
new file mode 100644
index 0000000..000c1fc
--- /dev/null
+++ b/shell00/ex01/testShell00.tar
Binary files differ
diff --git a/shell00/ex02/exo2.tar b/shell00/ex02/exo2.tar
new file mode 100644
index 0000000..9bd61b0
--- /dev/null
+++ b/shell00/ex02/exo2.tar
Binary files differ
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"