Hello !
I want to make an exec in output to delete all files with extension .conf
i tried "rm *.conf " but didn't work
Thank you for your help I will be very grateful
find . -name '*.conf' -delete
it's ok this worked for me
Hello !
I want to make an exec in output to delete all files with extension .conf
i tried "rm *.conf " but didn't work
Thank you for your help I will be very grateful
find . -name '*.conf' -delete
it's ok this worked for me
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.