Shell script that will execute this command

Discussion in 'Programming' started by Shazz, Jun 12, 2012.

  1. #1
    Very easy for anyone familiar enough to execute in a quick shell script for this command
    find / -xdev –type f ‘(‘ –name core –o –name ‘core[0-9]*’ –o –name ‘*.core’ ‘)’ –atime +7 –exec rm –f {} ‘;’
    Code (markup):
    Much appreciated. Greens +++++++++
     
    Shazz, Jun 12, 2012 IP