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

Unix

Unix Search folder for files containing a particular string

September 23, 2015 by user

To search a folder recursively for files that contain a specific string using this grep -rnw -e ” . Note that this searches the file content. to search for string in file name use this find . ! -name ‘*gz’ -type f -delete

Categories blog Tags Unix Leave a comment

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