scripts/panoramax/count_files_photos.sh

4 lines
127 B
Bash
Raw Normal View History

2023-09-20 17:33:48 +02:00
#!/bin/bash
# count files recursively in provided folder
alias countf='echo "fichiers ici:" $(ls -d * | xargs -n1 ls | wc -l)'