Search Results

Search: Posts Made By: stumpy1
4,449
Posted By stumpy1
find ????10??_*.dat -type f -mtime +91 works...
find ????10??_*.dat -type f -mtime +91
works as I want it to but I want to use find with the path and -name syntax but without searching sub-directories - which seems to be the more correct way....
4,449
Posted By stumpy1
If Im not mistaken find ????10??_*.dat...
If Im not mistaken

find ????10??_*.dat -prune -type f -mtime +91
does the same as

find ????10??_*.dat -type f -mtime +91


What I was asking was how to use -prune with
find . -name...
4,449
Posted By stumpy1
I have to create a file containing a list of...
I have to create a file containing a list of files that I have to perform a few actions on.

Unfortunately ls doesnt provide me with a way of getting only files that match a pattern but also by a...
4,449
Posted By stumpy1
Hi ctsgnb and methyl, Thanks for your time...
Hi ctsgnb and methyl,

Thanks for your time and the excellent explanation. D'oh, I knew it would end up being something simple that I was missing :o.
There were files in a sub directory that...
4,449
Posted By stumpy1
Why do these 2 find commands return different results?
Hi,

I am using the korn shell on Solaris box.
Why does the following 2 commands return different results?

This command returns no results (I already used this command to create a list of...
Showing results 1 to 5 of 5

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