Skip to navigation
Delete recursively with Linux command line
06.11.25
Delete recursively with Linux command line # Delete all CSV files what include the text 2021 ``` find . -name "*2021*.csv" -delete ```
Reply
Anonymous
Information Epoch 1763420504
Choose portability over efficiency.
Home
Notebook
Contact us