a1 und a2

This commit is contained in:
0qln
2025-10-20 09:40:01 +02:00
commit fc833b39ba
36 changed files with 2220 additions and 0 deletions
Executable
+1
View File
@@ -0,0 +1 @@
whoami
Executable
+1
View File
@@ -0,0 +1 @@
who
Executable
+1
View File
@@ -0,0 +1 @@
finger
Executable
+1
View File
@@ -0,0 +1 @@
last --help
Executable
+1
View File
@@ -0,0 +1 @@
man man
Executable
+1
View File
@@ -0,0 +1 @@
man mesg
Executable
+1
View File
@@ -0,0 +1 @@
man whatis
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
info -a --subnodes ls
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
uname -pv
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
uptime
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
echo ~
Executable
+1
View File
@@ -0,0 +1 @@
ls -a ~
Executable
+1
View File
@@ -0,0 +1 @@
cat /etc/passwd
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
wc -wl /etc/passwd
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
head -n 7 /etc/passwd
tail -n 7 /etc/passwd
Executable
+2
View File
@@ -0,0 +1,2 @@
touch ~/.hidden-file
mkdir ~/.hidden-dir
Executable
+1
View File
@@ -0,0 +1 @@
mv ~/.hidden-file ~/.hidden-dir/
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
yesterday="$(date -d "yesterday 13:00" '+%Y-%m-%d')"
touch -d "$yesterday" ~/.hidden-dir/.hidden-file
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
f1="/usr/include/linux"
f2="/usr/bin/X11/X"
realpath -s --relative-to="$f1" "$f2"
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
f1="/var/log/cups"
f2="/root"
realpath -s --relative-to="$f1" "$f2"
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
touch "*"
ls -a "*"
rm "*"
Executable
+1
View File
@@ -0,0 +1 @@
ls -a ~
Executable
+1
View File
@@ -0,0 +1 @@
cat /etc/passwd
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
wc -wl /etc/passwd
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
head -n 7 /etc/passwd
tail -n 7 /etc/passwd
Executable
+2
View File
@@ -0,0 +1,2 @@
touch ~/.hidden-file
mkdir ~/.hidden-dir
Executable
+1
View File
@@ -0,0 +1 @@
mv ~/.hidden-file ~/.hidden-dir/
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
yesterday="$(date -d "yesterday 13:00" '+%Y-%m-%d')"
touch -d "$yesterday" ~/.hidden-dir/.hidden-file
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
f1="/usr/include/linux"
f2="/usr/bin/X11/X"
realpath -s --relative-to="$f1" "$f2"
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
f1="/var/log/cups"
f2="/root"
realpath -s --relative-to="$f1" "$f2"