Files
2024-08-31 12:07:21 +03:00

6 lines
98 B
Bash

#!/bin/bash
a=`find | tail -n+2 | grep -c ".txt"`
b=`find | tail -n+2 | grep -c ""`
echo $a / $b