This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
154-template-137
/
blank
atdalīts no
d8dfun/blank
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Koks:
f8bbc4d83f
Atzari
Tagi
bmad
exam-public
live-shadcn
main
master
socket.io
stock
blank
/
scripts
/
show.sh
show.sh
125 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done