awips2/deltaScripts/18.2.1/DR6225/removeSavedSessionFiles.sh

6 lines
210 B
Bash
Raw Normal View History

2022-05-05 12:34:50 -05:00
#! /bin/bash
#
# This script removes all text editor saved session files older than 1 day
#
find /awips2/edex/data/utility/cave_static/user/*/com.raytheon.viz.texteditor/savedSession/ -type f -ctime +1 -delete