0% found this document useful (0 votes)
28 views

Unix Commands

This command splits a file into chunks of 25,000 lines each, counts the lines in the file, finds a file containing a specific word, and searches multiple files for a case-insensitive string.

Uploaded by

Amit Guglani
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Unix Commands

This command splits a file into chunks of 25,000 lines each, counts the lines in the file, finds a file containing a specific word, and searches multiple files for a case-insensitive string.

Uploaded by

Amit Guglani
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

split-split -l 25000 filename xx count lines wc -l filename find the file with a word find .

xargs grep '167060' ls -lrt grep -l -i "167060" *

You might also like