Intergrating Java app with Unix

Hi all, Anyone who has used to integrate java application to Unix. What I mean is to use java standart file handling class with Unix file handling commands. for example:BufferedReader to head -200000 filetoreadThanks for your attention
[277 byte] By [Batbolda] at [2007-11-26 15:33:50]
# 1
I guess you would call the BufferedReader's readLine() method 200000 times.
ValentineSmitha at 2007-7-8 21:51:01 > top of Java-index,Java Essentials,Java Programming...