Search Results

Search: Posts Made By: yacsil
35,088
Posted By yacsil
command find returned bash: /usr/bin/find: Argument list too long
Hello,
I create a file touch 1201093003 fichcomp

and inside a repertory (which hava a lot of files) I want to list all files created before this file :

find *.* \! -maxdepth 1 - newer fichcomp...
12,690
Posted By yacsil
list all file created since 3 month or more
hello,

you helpull was very benebic for me.

this is what I did

-- I create a file : touch date --date='3 months ago' myfile


-- to find it : find dir \! -newer myfile


thank you
12,690
Posted By yacsil
list all files created since 3 month or more ago
Hello,

ok I can create a file and make its date to 3 momths ago and after and I use find -newer file, but my goal is the list the older files than this file not the recent files.

thank you
12,690
Posted By yacsil
list all files created since 3 months ago
hello,

thank you for you'r answering.

I try find -newer, but it didn't do what Iwant.

My goal is ths list all files that were created since 3 months or more from the current date

ex. if...
12,690
Posted By yacsil
command unix to list all files created since n month ago
Hello,

I want to list all files that were created since 3 month ago.

it exist a unix command to do it ?


thank you
Showing results 1 to 5 of 5

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