Can someone let me know how to write a shell script to delete the logs with PII data if it's older than 15 days
Asked
Active
Viewed 46 times
0
-
`with PII data` What are "PII data"? – KamilCuk Sep 09 '20 at 11:41
-
Is this a duplicate of https://stackoverflow.com/questions/13868821/shell-script-to-delete-directories-older-than-n-days ? – KamilCuk Sep 09 '20 at 11:42
-
1Does this answer your question? [Shell script to delete directories older than n days](https://stackoverflow.com/questions/13868821/shell-script-to-delete-directories-older-than-n-days) – thanasisp Sep 09 '20 at 12:29
-
PII Data is nothing but personally identifiable information like username, password, telephone number etc – Bhavya Ch Sep 09 '20 at 15:43