init
This commit is contained in:
1
Shell/shell00v4/.gitignore
vendored
Normal file
1
Shell/shell00v4/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
test.*
|
1
Shell/shell00v4/ex00/z
Normal file
1
Shell/shell00v4/ex00/z
Normal file
@ -0,0 +1 @@
|
||||
Z
|
BIN
Shell/shell00v4/ex01/testShell00.tar
Normal file
BIN
Shell/shell00v4/ex01/testShell00.tar
Normal file
Binary file not shown.
BIN
Shell/shell00v4/ex02/exo2.tar
Normal file
BIN
Shell/shell00v4/ex02/exo2.tar
Normal file
Binary file not shown.
1
Shell/shell00v4/ex03/id_rsa_pub
Normal file
1
Shell/shell00v4/ex03/id_rsa_pub
Normal file
@ -0,0 +1 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVFAFTknn54lP0pzgOREzw4TGHKBrRrmEBGTSDexXftgNc/FmlXlxHT5mVLIP6ftLi/uzLYC0KoKyBZ1Kgk7gLnO9a/6h3fszZSZhwVrsQOqX3eHG90p6QzOGyBbHYQ+Z31Na0WZZ2bQX29Pm5D2PGyteJ1CNmc8/raw1QCkGgwW5H265CK3XWjaqy8tOFUMoFrDdOM62e75U0SdAQ5diZxeyLXM06jiZ/L2w/PRp1T1oFVrMyUSwMaekYceL23Rqrx7jjXarDItv+tFq1CJAhkm8A4ugZN4qi2I8hKIDQ6pTMOmawh8wVCvA+HxY8MMotAE5mOLfh0C4bAaQ8XO1VkLfzaC96v/qcrn/hKLuoMKjIf0JuXNVJBAPKZhEI9WenKBBI3LiodbCltWgM1zscQy1MyuIzVUWqOjLeNDBCBvR3vtk+KKGI5w7vpxVpYbQ9h3yY68O4uRDzvd430M+O0m5wr5N/KXSxRc9NcNKJFJj+e9T/CqjUQYV/2gCmKtU= cchauvet@2E2.42angouleme.fr
|
1
Shell/shell00v4/ex04/midLS
Normal file
1
Shell/shell00v4/ex04/midLS
Normal file
@ -0,0 +1 @@
|
||||
ls -tpm
|
2
Shell/shell00v4/ex05/git_commit.sh
Normal file
2
Shell/shell00v4/ex05/git_commit.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git log -5 --pretty=%H
|
2
Shell/shell00v4/ex06/git_ignore.sh
Normal file
2
Shell/shell00v4/ex06/git_ignore.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git status -s --ignored | grep '!!' | cut -c 4-
|
11
Shell/shell00v4/ex07/b
Normal file
11
Shell/shell00v4/ex07/b
Normal file
@ -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..
|
||||
|
||||
|
||||
|
||||
|
1
Shell/shell00v4/ex08/clean
Normal file
1
Shell/shell00v4/ex08/clean
Normal file
@ -0,0 +1 @@
|
||||
find . -iname "*~" -type f -print -delete -o -iname "#*#" -type f -print -delete
|
1
Shell/shell00v5/ex00/z
Normal file
1
Shell/shell00v5/ex00/z
Normal file
@ -0,0 +1 @@
|
||||
Z
|
BIN
Shell/shell00v5/ex01/testShell00.tar
Normal file
BIN
Shell/shell00v5/ex01/testShell00.tar
Normal file
Binary file not shown.
BIN
Shell/shell00v5/ex02/exo2.tar
Normal file
BIN
Shell/shell00v5/ex02/exo2.tar
Normal file
Binary file not shown.
1
Shell/shell00v5/ex03/id_rsa_pub
Normal file
1
Shell/shell00v5/ex03/id_rsa_pub
Normal file
@ -0,0 +1 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVFAFTknn54lP0pzgOREzw4TGHKBrRrmEBGTSDexXftgNc/FmlXlxHT5mVLIP6ftLi/uzLYC0KoKyBZ1Kgk7gLnO9a/6h3fszZSZhwVrsQOqX3eHG90p6QzOGyBbHYQ+Z31Na0WZZ2bQX29Pm5D2PGyteJ1CNmc8/raw1QCkGgwW5H265CK3XWjaqy8tOFUMoFrDdOM62e75U0SdAQ5diZxeyLXM06jiZ/L2w/PRp1T1oFVrMyUSwMaekYceL23Rqrx7jjXarDItv+tFq1CJAhkm8A4ugZN4qi2I8hKIDQ6pTMOmawh8wVCvA+HxY8MMotAE5mOLfh0C4bAaQ8XO1VkLfzaC96v/qcrn/hKLuoMKjIf0JuXNVJBAPKZhEI9WenKBBI3LiodbCltWgM1zscQy1MyuIzVUWqOjLeNDBCBvR3vtk+KKGI5w7vpxVpYbQ9h3yY68O4uRDzvd430M+O0m5wr5N/KXSxRc9NcNKJFJj+e9T/CqjUQYV/2gCmKtU= cchauvet@2E2.42angouleme.fr
|
1
Shell/shell00v5/ex04/midLS
Normal file
1
Shell/shell00v5/ex04/midLS
Normal file
@ -0,0 +1 @@
|
||||
ls -tpm
|
2
Shell/shell00v5/ex05/git_commit.sh
Normal file
2
Shell/shell00v5/ex05/git_commit.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git log -5 --pretty=%H
|
2
Shell/shell00v5/ex06/git_ignore.sh
Normal file
2
Shell/shell00v5/ex06/git_ignore.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
git status -s --ignored | grep '!!' | cut -c 4-
|
11
Shell/shell00v5/ex07/b
Normal file
11
Shell/shell00v5/ex07/b
Normal file
@ -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..
|
||||
|
||||
|
||||
|
||||
|
1
Shell/shell00v5/ex08/clean
Normal file
1
Shell/shell00v5/ex08/clean
Normal file
@ -0,0 +1 @@
|
||||
find . -iname "*~" -type f -print -delete -o -iname "#*#" -type f -print -delete
|
1
Shell/shell01v3/ex01/print_groups.sh
Normal file
1
Shell/shell01v3/ex01/print_groups.sh
Normal file
@ -0,0 +1 @@
|
||||
id -Gn $FT_USER | tr " " "," | tr -d "\n"
|
2
Shell/shell01v3/ex02/find_sh.sh
Executable file
2
Shell/shell01v3/ex02/find_sh.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
basename -s .sh $(find . -type f -name *.sh)
|
1
Shell/shell01v3/ex03/count_files.sh
Executable file
1
Shell/shell01v3/ex03/count_files.sh
Executable file
@ -0,0 +1 @@
|
||||
find . -type f,d | wc -l
|
1
Shell/shell01v3/ex04/MAC.sh
Normal file
1
Shell/shell01v3/ex04/MAC.sh
Normal file
@ -0,0 +1 @@
|
||||
ifconfig | grep ether | awk '{print $2}'
|
1
Shell/shell01v3/ex05/"\?$*'MaRViN'*$?\"
Normal file
1
Shell/shell01v3/ex05/"\?$*'MaRViN'*$?\"
Normal file
@ -0,0 +1 @@
|
||||
42
|
1
Shell/shell01v3/ex06/skip.sh
Normal file
1
Shell/shell01v3/ex06/skip.sh
Normal file
@ -0,0 +1 @@
|
||||
ls -l | awk 'NR%2==1'
|
1
Shell/shell01v4_check/ex01/print_groups.sh
Normal file
1
Shell/shell01v4_check/ex01/print_groups.sh
Normal file
@ -0,0 +1 @@
|
||||
id -Gn $FT_USER | tr " " "," | tr -d "\n"
|
2
Shell/shell01v4_check/ex02/find_sh.sh
Executable file
2
Shell/shell01v4_check/ex02/find_sh.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
basename -s .sh $(find . -type f -name *.sh)
|
1
Shell/shell01v4_check/ex03/count_files.sh
Executable file
1
Shell/shell01v4_check/ex03/count_files.sh
Executable file
@ -0,0 +1 @@
|
||||
find . -type f,d | wc -l
|
1
Shell/shell01v4_check/ex04/MAC.sh
Normal file
1
Shell/shell01v4_check/ex04/MAC.sh
Normal file
@ -0,0 +1 @@
|
||||
ifconfig | grep ether | awk '{print $2}'
|
1
Shell/shell01v4_check/ex05/"\?$*'MaRViN'*$?\"
Normal file
1
Shell/shell01v4_check/ex05/"\?$*'MaRViN'*$?\"
Normal file
@ -0,0 +1 @@
|
||||
42
|
1
Shell/shell01v4_check/ex06/skip.sh
Normal file
1
Shell/shell01v4_check/ex06/skip.sh
Normal file
@ -0,0 +1 @@
|
||||
ls -l | awk 'NR%2==1'
|
BIN
Shell/shell01v5.tar
Normal file
BIN
Shell/shell01v5.tar
Normal file
Binary file not shown.
1
Shell/shell01v5/ex01/print_groups.sh
Normal file
1
Shell/shell01v5/ex01/print_groups.sh
Normal file
@ -0,0 +1 @@
|
||||
id -Gn $FT_USER | tr " " "," | tr -d "\n"
|
2
Shell/shell01v5/ex02/find_sh.sh
Executable file
2
Shell/shell01v5/ex02/find_sh.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
basename -s .sh $(find . -type f -name "*.sh")
|
1
Shell/shell01v5/ex03/count_files.sh
Executable file
1
Shell/shell01v5/ex03/count_files.sh
Executable file
@ -0,0 +1 @@
|
||||
find . -type f,d | wc -l
|
1
Shell/shell01v5/ex04/MAC.sh
Normal file
1
Shell/shell01v5/ex04/MAC.sh
Normal file
@ -0,0 +1 @@
|
||||
ifconfig | grep ether | awk '{print $2}'
|
1
Shell/shell01v5/ex05/"\?$*'MaRViN'*$?\"
Normal file
1
Shell/shell01v5/ex05/"\?$*'MaRViN'*$?\"
Normal file
@ -0,0 +1 @@
|
||||
42
|
1
Shell/shell01v5/ex06/skip.sh
Normal file
1
Shell/shell01v5/ex06/skip.sh
Normal file
@ -0,0 +1 @@
|
||||
ls -l | awk 'NR%2==1'
|
Reference in New Issue
Block a user