Skip to content
Studytrails

Tutorials in ML, AWS, R and Java

  • Amazon AWS
  • Json
    • Jackson
    • GSON
  • frameworks
    • spring
    • hibernate
  • R
    • RServe
    • RJava-Eclipse-Plugin
    • Core
  • blog
  • Source Code

Find all files recursively not containing a specified string in the file name

October 5, 2015 by user

find . ! -name '*gz' -type f
This searches recursively in the current folder for all files that do not contain ‘gz’ in its name.

Categories blog
Post navigation
Unix Search folder for files containing a particular string
Recursively delete files not containing a specified string in the filename

Recent Posts

  • CloudFormation for SageMaker instance
  • Kubernetes Course : 2. Static Website Deployment
  • Local DNS Resolution for EKS with private endpoint
  • What is Kubernetes – simple Introduction
  • Docker container – easy to understand introduction

Recent Comments

  • Paul on Java Google Json (Gson) Introduction
  • Henrik Winsnes on Java Gson – Building json from java (Data-Binding)
  • Meepa on Using Imports in Java and importing packages
  • Güray on List all Objects in R
  • cloudkatha on Aws solution architect associate certification tips
© 2021 Studytrails • Built with GeneratePress