* Fixed 'swapon -a' and 'swapoff -a', which were broken.

* Fixed 'mount -a' so it works as expected.
* Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE)
 -Erik
This commit is contained in:
Eric Andersen
2000-06-07 17:28:53 +00:00
parent 1f6262b8e2
commit a42982e8f5
10 changed files with 125 additions and 53 deletions

View File

@@ -956,7 +956,7 @@ Example:
=item ls
Usage: ls [B<-1acdelnpuxACF>] [filenames...]
Usage: ls [B<-1acdelnpuxACFR>] [filenames...]
Options:
@@ -974,6 +974,7 @@ Options:
-A do not list implied . and ..
-C list entries by columns
-F append indicator (one of */=@|) to entries
-R list subdirectories recursively
-------------------------------
@@ -1947,4 +1948,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
# $Id: busybox.pod,v 1.35 2000/06/06 16:15:23 andersen Exp $
# $Id: busybox.pod,v 1.36 2000/06/07 17:28:53 andersen Exp $