#!/bin/sh ## ## SCRIPT: 01_fileLISTcleanDirs_AcerDesktop1_ver1_RunCoreInTerminal.sh ## ## in $HOME/Rsync ## ## PURPOSE: This script uses uses 'mate-terminal' to call script ## '00_fileLISTcleanDirs_AcerDesktop1_ver1_core.sh' ## to LIST directories of junk/temporary files --- ## especially files in the user's home directory --- such as ## thumbnail files in $HOME/.thumbnails/normal and in the ## 'cache' and 'Crash' directories of web browser(s). ## ## HOW TO USE: Typically used at computer shutdown, via a desktop icon, ## just before using a desktop icon to backup the home directory ## via an 'rsync' script. ## ## Created: 2021jan15 Based on script ## 01_fileCleanup_AcerDesktop1_ver1_RunCoreInTerminal.sh ## Changed: 2021xxx00 set -x mate-terminal -t "fileLISTcleanDirs in: $HOME" \ -e $HOME/Rsync/01_fileLISTcleanDirs_AcerDesktop1_ver1_core.sh