Search Results

Search: Posts Made By: mmdawg
11,767
Posted By mmdawg
Hi drl, I am not bound to csh, I can use ksh if...
Hi drl,
I am not bound to csh, I can use ksh if necessary. Would using ksh make this any easier?
11,767
Posted By mmdawg
How to negate grep result?
Here is my script so far:

set dirs = ` find . -name "message.jar" 2> /dev/null | cut -d "/" -f 2 ` | uniq
foreach dir ( $dirs )
if (grep $dir/* someText==null) --> how do I write this in...
6,804
Posted By mmdawg
Need to write a script in UNIX to find a file if another file exists
So I have a lot of Java applications on my servers all having their own folder from the applications subdirectory. Now, I need to do the following.

Search all the applications subdirectories for...
Showing results 1 to 3 of 3

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