Look at several files in different subdirectories.
- November 17th, 2008
- Posted in Documentation
- Write comment
I found this to be a good way to look at many files with the same name in different subdirectories in linux.
find . -name filename.txt -exec less {} \;
No comments yet.