2 рядки
74 Б
Bash
Виконуваний файл
2 рядки
74 Б
Bash
Виконуваний файл
#!/usr/bin/bash
|
|
find . -name "$1" | sed 's/[^/]\+$//' | uniq -c | sort -g
|