This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
154-template-137
/
blank
sklonowany z
d8dfun/blank
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Gałąź:
live-shadcn
Gałęzie
Tagi
bmad
exam-public
live-shadcn
main
master
socket.io
stock
blank
/
scripts
/
show.sh
show.sh
125 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done