Skip to content
Studytrails

Tutorials in ML, AWS, R and Java

  • Amazon AWS
    • S3
  • Videos
  • Json
    • Jackson
    • GSON
  • R
    • RServe
    • RJava-Eclipse-Plugin
    • Core
  • blog
  • Source Code

cat all files recursively in a directory

November 21, 2015 by Mithil Shah

find . -name '*.txt' -exec cat {} \;

This command finds all files that have an extension of .txt in the current directory and its sub directories and executes a cat command on them

facebook Share on Facebook
Twitter Tweet
Follow Follow us
custom Share
custom Share
custom Share
custom Share
custom Share
Categories blog
Post navigation
Total size of a directory in unix
use awk to add/subtract values from a column in csv file

Recent Posts

  • Amazon S3 lifecycle policies
  • Host a static website on Amazon S3
  • Amazon S3 encryption
  • Amazon S3 access control and permissions
  • Amazon S3 pricing

Recent Comments

  • Mithil Shah on Java Google Json (Gson) Introduction
  • Aljosha on Java Google Json (Gson) Introduction
  • Mahebabu on Docker Architecture – Engine, Containerd, runc
  • Gleison da Cruz Cruz on Java Gson – Building json from java (Data-Binding)
  • DavidZ on Java json – jackson List serialization
© 2022 Studytrails • Built with GeneratePress