FAL-soluzioni/04-search_files/02.sh
2019-05-11 14:17:48 +02:00

5 lines
55 B
Bash

#!/usr/bin/env bash
find / -ctime -7
find / -mtime -7