FAL-soluzioni/04-search_files/02.sh

5 lines
55 B
Bash

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