4 lines
68 B
Bash
4 lines
68 B
Bash
|
#! /usr/bin/env sh
|
||
|
|
||
|
find $HOME/Downloads/ -type f -mtime +14 -print
|