srodowisko_programisty/lab1/2.bash
2024-10-11 11:37:25 +02:00

3 lines
70 B
Bash
Executable file

#!/usr/bin/env bash
grep -Roh '\w*' "$1" | sort | uniq -c | sort -nr