Package examples.unix
Class finger
- java.lang.Object
-
- examples.unix.finger
-
public final class finger extends java.lang.Object
This is an example of how you would implement the finger command in Java using NetComponents. The Java version is much shorter. But keep in mind that the Unix finger command reads all sorts of local files to output local finger information. This program only queries the finger daemon.The -l flag is used to request long output from the server.
-
-
Constructor Summary
Constructors Constructor Description finger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-