FAL-soluzioni/04-search_files/02.sh

5 lines
55 B
Bash
Raw Normal View History

2019-05-11 14:17:48 +02:00
#!/usr/bin/env bash
find / -ctime -7
find / -mtime -7