You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read the decisions.log and delete the files after it's been run.
inputfile=decisions.log
while read -r line
do
if [[ "$line" == "Removing : {" ]]; then
var=$(echo "${line}" | grep Removing | sed 's/^.*(file.multipart).$/\1/' | sed -r 's/^.{9}//' | sed 's/.{14}$//')
powershell -Command "${var}" -Recycle
fi
done < "$inputfile"
No description provided.
The text was updated successfully, but these errors were encountered: