This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
159-template-142
/
file-starter
forkato da
140-template-117/file-starter
Segui
2
Vota
0
Forka
0
File
Ramo (Branch):
pgsql
Rami (Branch)
Tag
bmad-method
file
file-middle
file-shadcn
pgsql
file-starter
/
.roo
/
commands
/
show.sh
show.sh
125 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done