aboutsummaryrefslogtreecommitdiff
path: root/j00
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-07-02 15:33:01 +0200
committerCharles <sircharlesaze@gmail.com>2019-07-02 15:33:01 +0200
commit194a9c63eea7c053ea8eddcc6e24a5f4053febe7 (patch)
tree533669b6ca03987491fdc53825b2ccacb474398c /j00
downloadpiscine-194a9c63eea7c053ea8eddcc6e24a5f4053febe7.tar.gz
piscine-194a9c63eea7c053ea8eddcc6e24a5f4053febe7.tar.bz2
piscine-194a9c63eea7c053ea8eddcc6e24a5f4053febe7.zip
shell00 and shell01
Diffstat (limited to 'j00')
-rw-r--r--j00/ex00/z1
-rw-r--r--j00/ex01/testShell00.tarbin0 -> 2048 bytes
-rw-r--r--j00/ex02/exo2.tarbin0 -> 6144 bytes
-rw-r--r--j00/ex03/klist.txt7
-rwxr-xr-xj00/ex04/midLS1
-rwxr-xr-xj00/ex05/git_commit.sh1
-rw-r--r--j00/ex06/.gitignore1
-rwxr-xr-xj00/ex06/git_ignore.sh1
-rw-r--r--j00/ex07/b11
-rwxr-xr-xj00/ex08/clean1
10 files changed, 24 insertions, 0 deletions
diff --git a/j00/ex00/z b/j00/ex00/z
new file mode 100644
index 0000000..e900b1c
--- /dev/null
+++ b/j00/ex00/z
@@ -0,0 +1 @@
+Z
diff --git a/j00/ex01/testShell00.tar b/j00/ex01/testShell00.tar
new file mode 100644
index 0000000..000c1fc
--- /dev/null
+++ b/j00/ex01/testShell00.tar
Binary files differ
diff --git a/j00/ex02/exo2.tar b/j00/ex02/exo2.tar
new file mode 100644
index 0000000..9bd61b0
--- /dev/null
+++ b/j00/ex02/exo2.tar
Binary files differ
diff --git a/j00/ex03/klist.txt b/j00/ex03/klist.txt
new file mode 100644
index 0000000..19c5ebc
--- /dev/null
+++ b/j00/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/j00/ex04/midLS b/j00/ex04/midLS
new file mode 100755
index 0000000..2b9b431
--- /dev/null
+++ b/j00/ex04/midLS
@@ -0,0 +1 @@
+ls -ptUm
diff --git a/j00/ex05/git_commit.sh b/j00/ex05/git_commit.sh
new file mode 100755
index 0000000..4a62cc5
--- /dev/null
+++ b/j00/ex05/git_commit.sh
@@ -0,0 +1 @@
+git --no-pager log -n 5 --pretty=%H
diff --git a/j00/ex06/.gitignore b/j00/ex06/.gitignore
new file mode 100644
index 0000000..f539d25
--- /dev/null
+++ b/j00/ex06/.gitignore
@@ -0,0 +1 @@
+find . -print | git check-ignore --stdin | sed -e "s/\.\///"
diff --git a/j00/ex06/git_ignore.sh b/j00/ex06/git_ignore.sh
new file mode 100755
index 0000000..f539d25
--- /dev/null
+++ b/j00/ex06/git_ignore.sh
@@ -0,0 +1 @@
+find . -print | git check-ignore --stdin | sed -e "s/\.\///"
diff --git a/j00/ex07/b b/j00/ex07/b
new file mode 100644
index 0000000..c2dab24
--- /dev/null
+++ b/j00/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/j00/ex08/clean b/j00/ex08/clean
new file mode 100755
index 0000000..43d8991
--- /dev/null
+++ b/j00/ex08/clean
@@ -0,0 +1 @@
+find . -type f \( -name "*~" -o -name "#*#" \) -print -delete | sed "s/.*\///g"