The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
"sed" to check file size & echo " " to destination file
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
:
"sed" to check file size & echo " " to destination file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
11-13-2007
porter
Registered User
Join Date: Jan 2007
Posts: 2,965
You could actually use find!
Code:
find /var/log -name messages -type f -size +131072c
porter
View Public Profile
Find all posts by porter