1
0

feat: Initial commit

This commit is contained in:
2024-03-22 16:54:05 +01:00
parent 0d9957a125
commit d993185b89
25 changed files with 641 additions and 0 deletions

9
Lab07/es2.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
for line in $(cat $1)
do
echo $line | wc -m
done | sort -r -n | head -n 1
wc -l $1