Search Results

Search: Posts Made By: v_m1986
3,029
Posted By v_m1986
Thanks Corona688 for useful information which...
Thanks Corona688 for useful information which explains why i am getting different outputs.

Thanks Methyl, including type -f resolved my problem and now I could see desired results.
3,029
Posted By v_m1986
Thanks but I am not looking for absolute path. I...
Thanks but I am not looking for absolute path. I want to know why
find . -name '*.txt' -mtime -10 -exec ls -lrt {} \; and
find . -mtime -10 -exec ls -lrt {} \; are giving different results? Is...
3,029
Posted By v_m1986
Using -exec with and without -name
Hi,

I need to delete the last N days file using find.
I am trying to use

find . -mtime -10 -print

which lists down required files.
but when i use

find . -mtime -10 -exec ls -lrt...
Showing results 1 to 3 of 3

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