The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
/var size is increasing day by day
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
/var size is increasing day by day
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
11
(
permalink
)
11-13-2007
joydeep
Registered User
Join Date: Nov 2007
Posts: 13
You can use this command :
#for file in /tmp/var.out; do ls -lrt $file; done --> it will show you the timestamp.
If the file /tmp/var.out contain only file name, then use
#for file in /tmp/var.out; do find / -t f -name $file -print; done
joydeep
View Public Profile
Find all posts by joydeep