Search Results

Search: Posts Made By: jmgibby
14,176
Posted By jmgibby
Ls directory size reporting byte size instead of file count
I have been searching both on Unix.com and Google and have not been able to find the answer to my question. I think it is partly because I can't come up with the right search terms.

Recently,...
1,369
Posted By jmgibby
how about this tail +2065696 /tmp/file.txt...
how about this

tail +2065696 /tmp/file.txt | head -1
15,244
Posted By jmgibby
I finally found two different ways of making it...
I finally found two different ways of making it work. Both are very similar.

find /data -type d -name log | xargs -I {} find {} -type f | xargs -I [] grep -l "Processing" []

find /data -type d...
15,244
Posted By jmgibby
AAAAAAAAAAAAARRRRRRRRGGGGGGGGGGGGGG! No it...
AAAAAAAAAAAAARRRRRRRRGGGGGGGGGGGGGG!

No it didn't.
15,244
Posted By jmgibby
I'm on Solaris and it is saying there is no -d...
I'm on Solaris and it is saying there is no -d option for grep.

I see what you were doing there. Nice and simple if I were on something a bit more full featured.

so close, so far away...
...
15,244
Posted By jmgibby
How to Grep list of directories
I have multiple systems with each having its own log directory containing log file pertinent to that system. I have constructed a find/grep statement to get the list of directories ending in log, but...
163,583
Posted By jmgibby
Thanks! No actually, I think I should have done...
Thanks! No actually, I think I should have done better searching. I got lazy.
163,583
Posted By jmgibby
Is there a way to echo something to a file and...
Is there a way to echo something to a file and the screen at the same time? I've been echoing twice to accomplish this and would like to quit repeating myself ;)

echo Something happened
echo...
Showing results 1 to 8 of 8

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