Rapin Blog
How to configure all system on ubuntu, Debian, CentOS
Tuesday, June 16, 2020
find and delete file on server linux
how to find and delete file on server linux
#find /data/001/ -name
-delete
Ref:
inux-unix-how-to-find-and-remove-files
1. Find Files Using Name in Current Directory
# find . -name tecmint.txt
./tecmint.txt
More detail:
35-practical-examples-of-linux-find-command
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment