hello, i'm new to linux, and just trying to create script. ... #!/bin/bash find /pathtofolder/* -type f -mtime +7 -exec rm {} \; find ...
確定! 回上一頁