diff options
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r-- | docs/busybox.pod | 48 |
1 files changed, 19 insertions, 29 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 8e8a5492d..e54ff8290 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -441,15 +441,17 @@ WORK IN PROGRESS, only usefull for debian-installer | |||
441 | 441 | ||
442 | =item B<dpkg_deb> | 442 | =item B<dpkg_deb> |
443 | 443 | ||
444 | dpkg_deb [B<-cexX>] file directory | 444 | dpkg_deb [B<-cefItxX>] file [argument] |
445 | 445 | ||
446 | Perform actions on debian packages (.debs) | 446 | Perform actions on debian packages (.debs) |
447 | 447 | ||
448 | Options: | 448 | Options: |
449 | 449 | ||
450 | -c List contents of filesystem tree (verbose) | 450 | -c List contents of filesystem tree |
451 | -l List contents of filesystem tree (.list format) | 451 | -e Extract control files to [argument] directory |
452 | -e Extract control files to directory | 452 | -f Display control field name starting with [argument] |
453 | -I Display the control filenamed [argument] | ||
454 | -t Extract filesystem tree to stdout in tar format | ||
453 | -x Exctract packages filesystem tree to directory | 455 | -x Exctract packages filesystem tree to directory |
454 | -X Verbose extract | 456 | -X Verbose extract |
455 | 457 | ||
@@ -538,9 +540,7 @@ Example: | |||
538 | 540 | ||
539 | $ echo "Erik is cool" | 541 | $ echo "Erik is cool" |
540 | Erik is cool | 542 | Erik is cool |
541 | $ echo -e "Erik | 543 | $ echo -e "Erik\nis\ncool" |
542 | is | ||
543 | cool" | ||
544 | Erik | 544 | Erik |
545 | is | 545 | is |
546 | cool | 546 | cool |
@@ -658,7 +658,8 @@ the current directory; default EXPRESSION is 'B<-print>' | |||
658 | EXPRESSION may consist of: | 658 | EXPRESSION may consist of: |
659 | 659 | ||
660 | -follow Dereference symbolic links. | 660 | -follow Dereference symbolic links. |
661 | -name PATTERN File name (leading directories removed) matches PATTERN. -print Print (default and assumed). | 661 | -name PATTERN File name (leading directories removed) matches PATTERN. |
662 | -print Print (default and assumed). | ||
662 | 663 | ||
663 | -type X Filetype matches X (where X is one of: f,d,l,b,c,...) | 664 | -type X Filetype matches X (where X is one of: f,d,l,b,c,...) |
664 | -perm PERMS Permissions match any of (+NNN); all of (-NNN); | 665 | -perm PERMS Permissions match any of (+NNN); all of (-NNN); |
@@ -1610,8 +1611,7 @@ Where FORMAT controls the output exactly as in C printf. | |||
1610 | 1611 | ||
1611 | Example: | 1612 | Example: |
1612 | 1613 | ||
1613 | $ printf "Val=%d | 1614 | $ printf "Val=%d\n" 5 |
1614 | " 5 | ||
1615 | Val=5 | 1615 | Val=5 |
1616 | 1616 | ||
1617 | ------------------------------- | 1617 | ------------------------------- |
@@ -1840,12 +1840,7 @@ Sorts lines of text in the specified files | |||
1840 | 1840 | ||
1841 | Example: | 1841 | Example: |
1842 | 1842 | ||
1843 | $ echo -e "e | 1843 | $ echo -e "e\nf\nb\nd\nc\na" | sort |
1844 | f | ||
1845 | b | ||
1846 | d | ||
1847 | c | ||
1848 | a" | sort | ||
1849 | a | 1844 | a |
1850 | b | 1845 | b |
1851 | c | 1846 | c |
@@ -2046,7 +2041,7 @@ Commands: | |||
2046 | get Get file from server SOURCE and store to local DEST. | 2041 | get Get file from server SOURCE and store to local DEST. |
2047 | put Put local file SOURCE to server DEST. | 2042 | put Put local file SOURCE to server DEST. |
2048 | 2043 | ||
2049 | When nameing a server, use the syntax "server:file". | 2044 | When naming a server, use the syntax "server:file". |
2050 | 2045 | ||
2051 | ------------------------------- | 2046 | ------------------------------- |
2052 | 2047 | ||
@@ -2129,11 +2124,11 @@ Unmount file systems | |||
2129 | 2124 | ||
2130 | Flags: | 2125 | Flags: |
2131 | 2126 | ||
2132 | -a: Unmount all file systems in /etc/mtab | 2127 | -a Unmount all file systems in /etc/mtab |
2133 | -n: Don't erase /etc/mtab entries | 2128 | -n Don't erase /etc/mtab entries |
2134 | -r: Try to remount devices as read-only if mount is busy | 2129 | -r Try to remount devices as read-only if mount is busy |
2135 | -f: Force filesystem umount (i.e. unreachable NFS server) | 2130 | -f Force filesystem umount (i.e. unreachable NFS server) |
2136 | -l: Do not free loop device (if a loop device has been used) | 2131 | -l Do not free loop device (if a loop device has been used) |
2137 | 2132 | ||
2138 | Example: | 2133 | Example: |
2139 | 2134 | ||
@@ -2179,12 +2174,7 @@ Options: | |||
2179 | 2174 | ||
2180 | Example: | 2175 | Example: |
2181 | 2176 | ||
2182 | $ echo -e "a | 2177 | $ echo -e "a\na\nb\nc\nc\na" | sort | uniq |
2183 | a | ||
2184 | b | ||
2185 | c | ||
2186 | c | ||
2187 | a" | sort | uniq | ||
2188 | a | 2178 | a |
2189 | b | 2179 | b |
2190 | c | 2180 | c |
@@ -2537,4 +2527,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2537 | 2527 | ||
2538 | =cut | 2528 | =cut |
2539 | 2529 | ||
2540 | # $Id: busybox.pod,v 1.100 2001/04/10 18:17:05 andersen Exp $ | 2530 | # $Id: busybox.pod,v 1.101 2001/04/17 17:09:34 beppu Exp $ |