This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
154-template-137
/
blank
a fost obținut din
d8dfun/blank
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Arbore:
3a33e24858
Ramuri
Etichete
bmad
exam-public
live-shadcn
main
master
socket.io
stock
blank
/
scripts
/
show.sh
show.sh
125 B
Istoric
Crud
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done