Skip to content
Studytrails

Follow the latest in AI

  • Agentic AI Book
  • Artificial Intelligence
  • Amazon AWS
  • java
    • frameworks
    • Json
      • Jackson
      • GSON
  • Kubernetes

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

October 5, 2015 by Mithil Shah

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
Recursively delete files not containing a specified string in the filename
Unix Search folder for files containing a particular string
Agentic AI: A Practitioner's Guide
by Mithil Shah
Part I — Foundations
  1. What Is an Agentic AI System?
  2. How LLM Inference Works
Part II — Connecting Agents to the World
  1. Agent Memory Systems
  2. Retrieval-Augmented Generation
  3. Agent Interoperability — MCP and A2A
Part III — Building Reliable Agents
  1. Evaluating Agentic AI Systems
  2. Orchestration and Multi-Agent Systems
  3. The Agent Execution Harness
  4. Human-in-the-Loop and Agent Oversight
Part IV — The Ecosystem: Who Builds What
  1. Anthropic — Claude, the Agents SDK, and MCP
  2. OpenAI — Assistants, the Agents SDK, and Tools
  3. Hyperscalers — AWS, Google, and Azure
  4. Open Source — LangGraph, AutoGen, CrewAI, and Beyond
Part V — Production and Security
  1. Security, Trust, and Adversarial Robustness
  2. Deploying Agents in Production
Part VI — Frontier
  1. Where Agentic AI Is Heading
© 2026 Studytrails • Built with GeneratePress