mark.core.apps
Class Ls

java.lang.Object
  |
  +--mark.core.apps.Ls

public class Ls
extends java.lang.Object

Ls recursively prints out the full paths of all given files, separated by newlines. Usage : java mark.high.Ls (-f|-d|-b) [-i]

* -f : include files -d : include directories -b : include directories and files -i : include invisible files and/or directories

Since:
2000-03-15

Constructor Summary
Ls()
           
 
Method Summary
static void main(java.lang.String[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ls

public Ls()
Method Detail

main

public static void main(java.lang.String[] a)
                 throws java.lang.Exception
java.lang.Exception