Main Menu

Search

LINUX: FIND COMMANDS TO FIND A FILE AND CAT THE CONTENTS OF THE FILE

Following is command to use.Below command searches for testfile in current directory and cat its output and display it

find . -name test file -exec cat {} \;

 


Products to which Article Applies

All Linux Operating Systems 

Search Keywords: linux unix find finding file files cat display print printing  particular command commands output content displaying

Article Author: Tarun Boyella

 

No comments:

Post a Comment