Top "Delete-file" questions

Tag for questions regarding file deletion.

Remove Files older than 3 years

I need to remove any file in the directory that is older than 2 years old. It is very important that …

linux bash delete-file
Difference between 'find -delete' and 'rm -rf'?

I want to delete files from a specific directory recursively. So, I have used find . -wholename "*.txt" -delete We can …

unix delete-file rm
How to delete files containing certain string using batch file in Windows?

My Panasonic camera uses its stupid PHOTOfunSTUDIO to import photos. It creates folders by the name of the date when …

batch-file delete-file
Renaming Hidden and System files Command

I'm trying to figure out a way to rename Desktop.ini to *.ini and back again. The problem is I …

batch-file delete-file file-rename xcopy
Batch file and DEL errorlevel 0 issue

The batch has to remove files and directories from specific locations and output success or stdout/stderr messages to a …

batch-file cmd echo delete-file errorlevel
Delete Image Files From Server

I wonder whether someone may be able to help me please. I've put together this page which allows users to …

php delete-file
Automatically delete file from Google Drive trash

There are several articles, but I am not able to put a code together to run it successfully. One article …

google-apps-script google-drive-api delete-file
Git ignore deleted files

I have a website project that has more than 50,000 unimportant files (to development) in some directories. /website.com/files/1.txt /…

git web ignore delete-file
Waiting for system to delete file

I had a problem with refreshing file list after deleting a file. When I gave command to delete file, the …

c# multithreading filesystems delete-file
Linux find and delete files but redirect file names to be deleted

Is there a way to write the file names to a file before they are deleted for reference later to …

linux find command delete-file