awips2/deltaScripts/18.2.1/DR6225/removeSavedSessionFiles.sh
2022-05-05 12:34:50 -05:00

5 lines
210 B
Bash

#! /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