How can I do this in bash? find . -name '*\!{*}*' -ls Cf. UNIX Power Tools, page 175. This works in tcsh, but no in bash. In bash I get this message: ff CH18 find: paths must precede expression Usage: find [-H] [-L] [-P] [expression]
# I want to be able to extract all the oracleprod processes which are 3 days old and kill them. Are there other date functions or methods can I use? I can make a list of processes but how do I compare the date to kill those processes more than 3 days old. This problem is occurring even though I...
My Sun Sparc U450 machine running Sybase ASE12.5 has become extremely slow after addition of a new disk, installing mutt and some restructuring of applications over the new disk. The output of sar shows nothing other than increased disk r/w activites. Can somebody provide some input on tools or...


