move here

This commit is contained in:
root 2025-10-12 15:13:52 +00:00
commit 9d08eb1db2
6 changed files with 6 additions and 0 deletions

1
ex01/print_groups.sh Normal file
View File

@ -0,0 +1 @@
id -nG $FT_USER | tr -d "\n" | tr " " ","

1
ex02/find_sh.sh Normal file
View File

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

1
ex03/count_files.sh Normal file
View File

@ -0,0 +1 @@
find . | wc -l

1
ex04/MAC.sh Normal file
View File

@ -0,0 +1 @@
ifconfig -a | grep ether | awk -F " " '{print $2 }'

1
ex05/"\?$*'MaRViN'*$?\" Normal file
View File

@ -0,0 +1 @@
42

1
ex06/skip.sh Normal file
View File

@ -0,0 +1 @@
ls -l | sed 'n;d'