This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
159-template-142
/
file-starter
rozštěpen z
140-template-117/file-starter
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Strom:
81b930e3a2
Větve
Značky
bmad-method
file
file-middle
file-shadcn
pgsql
file-starter
/
.roo
/
commands
/
show.sh
show.sh
125 B
Historie
Surový
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done