Search Results

Search: Posts Made By: 008_
3,033
Posted By 008_
I've found a solution for what I am after find...
I've found a solution for what I am after
find . -exec grep -l "^[ab]" {} \;
This will give me a list of file paths for files where the first two characters within the file are "ab". I can redirect...
3,033
Posted By 008_
Creating a List of Files With Find
Hi,

I need to go through all the files on my system and build a list/output file with the paths of all files where the first two characters within the file match an expression.

I know I can...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy