Since 5/2/2012 8:14:06 PM, duane6 has written 2 articles and participated in 1 conversations. duane6 signature: duane6
duane6's articles:
Items(2) /1
'cut' with multiple delimiters1151 (2/11/2009 5:26:56 AM) comp.os.linux.misc Is there already another text utility command that will cut a stream and ignore multiple delimiters. What I'd like to see is where: echo '1 2 3 4 a b c d'|cut -d " " -f 3 produces 3 c and not c If there ... Duane
getConstructor question122 (3/27/2006 11:14:55 PM) comp.lang.java.programmer I am trying to get getConstructor to work. I'm having problems. Here is my test code: import java.lang.reflect.*; public class ConstructorTest { public static void main(String[] args) { Class klass = Str... Duane