The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Unix script
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Unix script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
09-01-2008
DILEEP410
Registered User
Join Date: Dec 2006
Posts: 148
Hi,
try out this!
Code:
find . -type f -name *in -mtime +120| sort | uniq
(In Vidyadhar85's solution,it is not -f but simply f and is the type of file(regular) and also use 'sort' before applying 'uniq',recommended.)
Regards
Dileep Pattayath
DILEEP410
View Public Profile
Find all posts by DILEEP410
Find DILEEP410's past nominations received
Find DILEEP410's present nominations given