piscine-shell01/ex03/count_files.sh

4 lines
45 B
Bash
Executable File

#!/bin/sh
find . -type f -o -type d | wc -l