1
0

first commit

This commit is contained in:
KeyZox
2023-08-06 20:12:38 +02:00
parent 1fe062c970
commit eb6b113e51
125 changed files with 2987 additions and 0 deletions

View File

@ -0,0 +1 @@
id -G -n $FT_USER | tr ' ' , | tr -d '\n'

View File

@ -0,0 +1 @@
find . -type f -name "*.sh" -exec basename {} .sh \;

View File

@ -0,0 +1 @@
find . -type f,d | wc -l

View File

@ -0,0 +1 @@
ifconfig | grep -o '..:..:..:..:..:..'

View File

@ -0,0 +1 @@
42

View File

@ -0,0 +1 @@
ls -l | sed -n "1~2p"

View File

@ -0,0 +1 @@
cat /etc/passwd | awk -F : '{ print $1 }' | sed '1~2d' | rev | sort -r | sed -n ''$FT_LINE1','$FT_LINE2'p' | awk '{print $0 ", "}' | tr -d '\n' | awk '{ print substr( $0, 1, length($0)-2 ) }' | tr '\n' '.'