diff --git a/docs/busybox.pod b/docs/busybox.pod index 5c2c59054..d1d6f7efd 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -237,12 +237,6 @@ Example: ------------------------------- -=item clear - -Clears the screen. - -------------------------------- - =item chvt Usage: chvt N @@ -251,6 +245,12 @@ Changes the foreground virtual terminal to /dev/ttyN ------------------------------- +=item clear + +Clears the screen. + +------------------------------- + =item cp Usage: cp [OPTION]... SOURCE DEST @@ -363,6 +363,14 @@ Example: ------------------------------- +=item deallocvt + +Usage: deallocvt N + +Deallocates unused virtual terminal /dev/ttyN + +------------------------------- + =item df Usage: df [filesystem ...] @@ -580,14 +588,6 @@ Example: ------------------------------- -=item deallocvt - -Usage: deallocvt N - -Deallocates unused virtual terminal /dev/ttyN - -------------------------------- - =item fsck.minix Usage: fsck.minix [B<-larvsmf>] /dev/name @@ -1187,25 +1187,6 @@ Example: ------------------------------- -=item nc - -Usage: nc [IP] [port] - -Netcat opens a pipe to IP:port - -Example: - - $ nc foobar.somedomain.com 25 - 220 foobar ESMTP Exim 3.12 #1 Sat, 15 Apr 2000 00:03:02 -0600 - help - 214-Commands supported: - 214- HELO EHLO MAIL RCPT DATA AUTH - 214 NOOP QUIT RSET HELP - quit - 221 foobar closing connection - -------------------------------- - =item more Usage: more [file ...] @@ -1277,6 +1258,25 @@ Example: ------------------------------- +=item nc + +Usage: nc [IP] [port] + +Netcat opens a pipe to IP:port + +Example: + + $ nc foobar.somedomain.com 25 + 220 foobar ESMTP Exim 3.12 #1 Sat, 15 Apr 2000 00:03:02 -0600 + help + 214-Commands supported: + 214- HELO EHLO MAIL RCPT DATA AUTH + 214 NOOP QUIT RSET HELP + quit + 221 foobar closing connection + +------------------------------- + =item nslookup Usage: nslookup [HOST] @@ -1476,23 +1476,6 @@ Example: ------------------------------- -=item sh - -Usage: sh - -lash -- the BusyBox LAme SHell (command interpreter) - -This command does not yet have proper documentation. - -Use lash just as you would use any other shell. It properly handles pipes, -redirects, job control, can be used as the shell for scripts (#!/bin/sh), and -has a sufficient set of builtins to do what is needed. It does not (yet) -support Bourne Shell syntax. If you need things like "if-then-else", "while", -and such, use ash or bash. If you just need a very simple and extremely small -shell, this will do the job. - -------------------------------- - =item sfdisk Usage: sfdisk [options] device ... @@ -1536,6 +1519,23 @@ You can disable all consistency checking with: ------------------------------- +=item sh + +Usage: sh + +lash -- the BusyBox LAme SHell (command interpreter) + +This command does not yet have proper documentation. + +Use lash just as you would use any other shell. It properly handles pipes, +redirects, job control, can be used as the shell for scripts (#!/bin/sh), and +has a sufficient set of builtins to do what is needed. It does not (yet) +support Bourne Shell syntax. If you need things like "if-then-else", "while", +and such, use ash or bash. If you just need a very simple and extremely small +shell, this will do the job. + +------------------------------- + =item sleep Usage: sleep N @@ -1567,6 +1567,30 @@ Example: ------------------------------- +=item swapoff + +Usage: swapoff [OPTION] [device] + +Stop swapping virtual memory pages on the given device. + +Options: + + -a Stop swapping on all swap devices + +------------------------------- + +=item swapon + +Usage: swapon [OPTION] [device] + +Start swapping virtual memory pages on the given device. + +Options: + + -a Start swapping on all swap devices + +------------------------------- + =item sync Usage: sync @@ -1591,30 +1615,6 @@ Options: ------------------------------- -=item swapon - -Usage: swapon [OPTION] [device] - -Start swapping virtual memory pages on the given device. - -Options: - - -a Start swapping on all swap devices - -------------------------------- - -=item swapoff - -Usage: swapoff [OPTION] [device] - -Stop swapping virtual memory pages on the given device. - -Options: - - -a Stop swapping on all swap devices - -------------------------------- - =item tail Usage: tail [OPTION] [FILE]... @@ -1666,6 +1666,33 @@ Example: ------------------------------- +=item tee + +Usage: tee [OPTION]... [FILE]... + +Copy standard input to each FILE, and also to standard output. + +Options: + + -a append to the given FILEs, do not overwrite + +Example: + + $ echo "Hello" | tee /tmp/foo + $ cat /tmp/foo + Hello + +------------------------------- + +=item telnet + +Usage: telnet host [port] + +Telnet is used to establish interactive communication with another +computer over a network using the TELNET protocol. + +------------------------------- + =item test, [ Usage: test EXPRESSION @@ -1691,33 +1718,6 @@ Example: ------------------------------- -=item telnet - -Usage: telnet host [port] - -Telnet is used to establish interactive communication with another -computer over a network using the TELNET protocol. - -------------------------------- - -=item tee - -Usage: tee [OPTION]... [FILE]... - -Copy standard input to each FILE, and also to standard output. - -Options: - - -a append to the given FILEs, do not overwrite - -Example: - - $ echo "Hello" | tee /tmp/foo - $ cat /tmp/foo - Hello - -------------------------------- - =item touch Usage: touch [B<-c>] file [file ...] @@ -1783,45 +1783,6 @@ Example: ------------------------------- -=item uuencode - -Usage: uuencode [OPTION] [INFILE] REMOTEFILE - -Uuencode a file. - -Options: - - -m use base64 encoding as of RFC1521 - -Example: - - $ uuencode busybox busybox - begin 755 busybox - M?T5,1@$!`0````````````(``P`!````L+@$"#0```!0N@,``````#0`(``& - ..... - $ uudecode busybox busybox > busybox.uu - $ - -------------------------------- - -=item uudecode - -Usage: uudecode [OPTION] [FILE] - -Uudecode a uuencoded file - -Options: - - -o FILE direct output to FILE - -Example: - - $ uudecode -o busybox busybox.uu - $ ls -l busybox - -rwxr-xr-x 1 ams ams 245264 Jun 7 21:35 busybox - -------------------------------- - =item umount Usage: umount [flags] filesystem|directory @@ -1918,6 +1879,45 @@ Example: ------------------------------- +=item uuencode + +Usage: uuencode [OPTION] [INFILE] REMOTEFILE + +Uuencode a file. + +Options: + + -m use base64 encoding as of RFC1521 + +Example: + + $ uuencode busybox busybox + begin 755 busybox + M?T5,1@$!`0````````````(``P`!````L+@$"#0```!0N@,``````#0`(``& + ..... + $ uudecode busybox busybox > busybox.uu + $ + +------------------------------- + +=item uudecode + +Usage: uudecode [OPTION] [FILE] + +Uudecode a uuencoded file + +Options: + + -o FILE direct output to FILE + +Example: + + $ uudecode -o busybox busybox.uu + $ ls -l busybox + -rwxr-xr-x 1 ams ams 245264 Jun 7 21:35 busybox + +------------------------------- + =item wc Usage: wc [OPTION]... [FILE]... @@ -2063,4 +2063,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.52 2000/06/26 12:14:30 andersen Exp $ +# $Id: busybox.pod,v 1.53 2000/07/04 20:07:13 andersen Exp $ diff --git a/docs/busybox.sgml b/docs/busybox.sgml index ac3e7e749..49b82c37d 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -231,531 +231,368 @@ - -------------------------------- + + chgrp + + + Usage: chgrp [OPTION]... GROUP FILE... + + + + Change the group membership of each FILE to GROUP. + + + + Options: + + + + + -R change files and directories recursively + + + + + Example: + + + + + $ ls -l /tmp/foo + -r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo + $ chgrp root /tmp/foo + $ ls -l /tmp/foo + -r--r--r-- 1 andersen root 0 Apr 12 18:25 /tmp/foo + + + + + + + + chmod + + + Usage: chmod [-R] MODE[,MODE]... FILE... + + + + Changes file access permissions for the specified + FILE(s) (or directories). Each MODE is defined by + combining the letters for WHO has access to the file, an OPERATOR for + selecting how the permissions should be changed, and a PERMISSION for + FILE(s) (or directories). + + + + WHO may be chosen from + + + + + u User who owns the file + g Users in the file's Group + o Other users not in the file's group + a All users + + + + + OPERATOR may be chosen from + + + + + + Add a permission + - Remove a permission + = Assign a permission + + + + + PERMISSION may be chosen from + + + + + r Read + w Write + x Execute (or access for directories) + s Set user (or group) ID bit + t Sticky bit (for directories prevents removing files by non-owners) + + + + + Alternately, permissions can be set numerically where the first three + numbers are calculated by adding the octal values, such as + + + + + 4 Read + 2 Write + 1 Execute + + + + + An optional fourth digit can also be used to specify + + + + + 4 Set user ID + 2 Set group ID + 1 Sticky bit + + + + + Options: + + + + + -R Change files and directories recursively. + + + + + Example: + + + + + $ ls -l /tmp/foo + -rw-rw-r-- 1 root root 0 Apr 12 18:25 /tmp/foo + $ chmod u+x /tmp/foo + $ ls -l /tmp/foo + -rwxrw-r-- 1 root root 0 Apr 12 18:25 /tmp/foo* + $ chmod 444 /tmp/foo + $ ls -l /tmp/foo + -r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo + + + + + + + + chown + + Usage: chown [OPTION]... OWNER[<.|:>[GROUP] FILE... + + + + Changes the owner and/or group of each FILE to OWNER and/or GROUP. + + + + Options: + + + + + -R Changes files and directories recursively + + + + + Example: + + + + + $ ls -l /tmp/foo + -r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo + $ chown root /tmp/foo + $ ls -l /tmp/foo + -r--r--r-- 1 root andersen 0 Apr 12 18:25 /tmp/foo + $ chown root.root /tmp/foo + ls -l /tmp/foo + -r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo + + + + + + + + chroot + + Usage: chroot NEWROOT [COMMAND...] + + + + Run COMMAND with root directory set to NEWROOT. + + + + Example: + + + + + $ ls -l /bin/ls + lrwxrwxrwx 1 root root 12 Apr 13 00:46 /bin/ls -> /BusyBox + $ mount /dev/hdc1 /mnt -t minix + $ chroot /mnt + $ ls -l /bin/ls + -rwxr-xr-x 1 root root 40816 Feb 5 07:45 /bin/ls* + + + + + + + chvt + + Usage: chvt N + + + + Changes the foreground virtual terminal to /dev/ttyN + + + + + + + + clear + + + Usage: clear + + + + Clears the screen. + + + + + + cp + + + Usage: cp [OPTION]... SOURCE DEST + + + + + or: cp [OPTION]... SOURCE... DIRECTORY + + + + + Copies SOURCE to DEST, or multiple SOURCE(s) to + DIRECTORY. + + + + Options: + + + + + -a Same as -dpR + -d Preserves links + -p Preserves file attributes if possible + -R Copies directories recursively + + + + + + + cut + + + Usage: cut [OPTION]... [FILE]... + + + + Prints selected fields from each input FILE to standard output. + - + + Options: + + + + + -b LIST Output only bytes from LIST + -c LIST Output only characters from LIST + -d CHAR Use CHAR instead of tab as the field delimiter + -s Only output Lines if the include DELIM + -f N Print only these fields + -n Ignored + + + + + Example: + + + + + $ echo "Hello world" | cut -f 1 -d ' ' + Hello + $ echo "Hello world" | cut -f 2 -d ' ' + world + + + - -chgrp - - - -Usage: chgrp [OPTION]... GROUP FILE... + + date + + Usage: date [OPTION]... [+FORMAT] + - + + + or: date [OPTION] [MMDDhhmm[[CC]YY][.ss]] + + + + + Displays the current time in the given FORMAT, or sets the system date. + + + + Options: + + + + + -R Outputs RFC-822 compliant date string + -s Sets time described by STRING + -u Prints or sets Coordinated Universal Time + + + + + Example: + + + + + $ date + Wed Apr 12 18:52:41 MDT 2000 + + + + + + + - -Change the group membership of each FILE to GROUP. - - - - - -Options: - - - - - - - -R change files and directories recursively - - - - - - -Example: - - - - - - - $ ls -l /tmp/foo - -r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo - $ chgrp root /tmp/foo - $ ls -l /tmp/foo - -r--r--r-- 1 andersen root 0 Apr 12 18:25 /tmp/foo - - - - - - -------------------------------- - - - - - -chmod - - - - - -Usage: chmod [-R] MODE[,MODE]... FILE... - - - - - -Changes file access permissions for the specified -FILE(s) (or directories). Each MODE is defined by -combining the letters for WHO has access to the file, an OPERATOR for -selecting how the permissions should be changed, and a PERMISSION for -FILE(s) (or directories). - - - - - -WHO may be chosen from - - - - - - - u User who owns the file - g Users in the file's Group - o Other users not in the file's group - a All users - - - - - - -OPERATOR may be chosen from - - - - - - - + Add a permission - - Remove a permission - = Assign a permission - - - - - - -PERMISSION may be chosen from - - - - - - - r Read - w Write - x Execute (or access for directories) - s Set user (or group) ID bit - t Sticky bit (for directories prevents removing files by non-owners) - - - - - - -Alternately, permissions can be set numerically where the first three -numbers are calculated by adding the octal values, such as - - - - - - - 4 Read - 2 Write - 1 Execute - - - - - - -An optional fourth digit can also be used to specify - - - - - - - 4 Set user ID - 2 Set group ID - 1 Sticky bit - - - - - - -Options: - - - - - - - -R Change files and directories recursively. - - - - - - -Example: - - - - - - - $ ls -l /tmp/foo - -rw-rw-r-- 1 root root 0 Apr 12 18:25 /tmp/foo - $ chmod u+x /tmp/foo - $ ls -l /tmp/foo - -rwxrw-r-- 1 root root 0 Apr 12 18:25 /tmp/foo* - $ chmod 444 /tmp/foo - $ ls -l /tmp/foo - -r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo - - - - - - -------------------------------- - - - - - -chown - - - - - -Usage: chown [OPTION]... OWNER[<.|:>[GROUP] FILE... - - - - - -Changes the owner and/or group of each FILE to OWNER and/or GROUP. - - - - - -Options: - - - - - - - -R Changes files and directories recursively - - - - - - -Example: - - - - - - - $ ls -l /tmp/foo - -r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo - $ chown root /tmp/foo - $ ls -l /tmp/foo - -r--r--r-- 1 root andersen 0 Apr 12 18:25 /tmp/foo - $ chown root.root /tmp/foo - ls -l /tmp/foo - -r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo - - - - - - -------------------------------- - - - - - -chroot - - - - - -Usage: chroot NEWROOT [COMMAND...] - - - - - -Run COMMAND with root directory set to NEWROOT. - - - - - -Example: - - - - - - - $ ls -l /bin/ls - lrwxrwxrwx 1 root root 12 Apr 13 00:46 /bin/ls -> /BusyBox - $ mount /dev/hdc1 /mnt -t minix - $ chroot /mnt - $ ls -l /bin/ls - -rwxr-xr-x 1 root root 40816 Feb 5 07:45 /bin/ls* - - - - - - -------------------------------- - - - - - -clear - - - - - -Clears the screen. - - - - - -------------------------------- - - - - - -chvt - - - - - -Usage: chvt N - - - - - -Changes the foreground virtual terminal to /dev/ttyN - - - - - -------------------------------- - - - - - -cp - - - - - -Usage: cp [OPTION]... SOURCE DEST - - - - - - - or: cp [OPTION]... SOURCE... DIRECTORY - - - - - - -Copies SOURCE to DEST, or multiple SOURCE(s) to -DIRECTORY. - - - - - -Options: - - - - - - - -a Same as -dpR - -d Preserves links - -p Preserves file attributes if possible - -R Copies directories recursively - - - - - - -------------------------------- - - - - - -cut - - - - - -Usage: cut [OPTION]... [FILE]... - - - - - -Prints selected fields from each input FILE to standard output. - - - - - -Options: - - - - - - - -b LIST Output only bytes from LIST - -c LIST Output only characters from LIST - -d CHAR Use CHAR instead of tab as the field delimiter - -s Only output Lines if the include DELIM - -f N Print only these fields - -n Ignored - - - - - - -Example: - - - - - - - $ echo "Hello world" | cut -f 1 -d ' ' - Hello - $ echo "Hello world" | cut -f 2 -d ' ' - world - - - - - - -------------------------------- - - - - - -date - - - - - -Usage: date [OPTION]... [+FORMAT] - - - - - - - or: date [OPTION] [MMDDhhmm[[CC]YY][.ss]] - - - - - - -Displays the current time in the given FORMAT, or sets the system date. - - - - - -Options: - - - - - - - -R Outputs RFC-822 compliant date string - -s Sets time described by STRING - -u Prints or sets Coordinated Universal Time - - - - - - -Example: - - - - - - - $ date - Wed Apr 12 18:52:41 MDT 2000 - - - - - - -------------------------------- - - - dc @@ -869,6 +706,30 @@ Example: ------------------------------- + + + +deallocvt + + + + + +Usage: deallocvt N + + + + + +Deallocates unused virtual terminal /dev/ttyN + + + + + +------------------------------- + + @@ -1413,30 +1274,6 @@ Example: ------------------------------- - - - -deallocvt - - - - - -Usage: deallocvt N - - - - - -Deallocates unused virtual terminal /dev/ttyN - - - - - -------------------------------- - - @@ -3061,51 +2898,6 @@ Example: ------------------------------- - - - -nc - - - - - -Usage: nc [IP] [port] - - - - - -Netcat opens a pipe to IP:port - - - - - -Example: - - - - - - - $ nc foobar.somedomain.com 25 - 220 foobar ESMTP Exim 3.12 #1 Sat, 15 Apr 2000 00:03:02 -0600 - help - 214-Commands supported: - 214- HELO EHLO MAIL RCPT DATA AUTH - 214 NOOP QUIT RSET HELP - quit - 221 foobar closing connection - - - - - - -------------------------------- - - @@ -3292,6 +3084,51 @@ Example: ------------------------------- + + + +nc + + + + + +Usage: nc [IP] [port] + + + + + +Netcat opens a pipe to IP:port + + + + + +Example: + + + + + + + $ nc foobar.somedomain.com 25 + 220 foobar ESMTP Exim 3.12 #1 Sat, 15 Apr 2000 00:03:02 -0600 + help + 214-Commands supported: + 214- HELO EHLO MAIL RCPT DATA AUTH + 214 NOOP QUIT RSET HELP + quit + 221 foobar closing connection + + + + + + +------------------------------- + + @@ -3857,47 +3694,6 @@ Example: ------------------------------- - - - -sh - - - - - -Usage: sh - - - - - -lash -- the BusyBox LAme SHell (command interpreter) - - - - - -This command does not yet have proper documentation. - - - - - -Use lash just as you would use any other shell. It properly handles pipes, -redirects, job control, can be used as the shell for scripts (#!/bin/sh), -and has a sufficient set of builtins to do what is needed. It does not -(yet) support Bourne Shell syntax. If you need things like -``if-then-else'', ``while'', and such, use ash or bash. If you just need a -very simple and extremely small shell, this will do the job. - - - - - -------------------------------- - - @@ -3993,6 +3789,47 @@ You can disable all consistency checking with: ------------------------------- + + + +sh + + + + + +Usage: sh + + + + + +lash -- the BusyBox LAme SHell (command interpreter) + + + + + +This command does not yet have proper documentation. + + + + + +Use lash just as you would use any other shell. It properly handles pipes, +redirects, job control, can be used as the shell for scripts (#!/bin/sh), +and has a sufficient set of builtins to do what is needed. It does not +(yet) support Bourne Shell syntax. If you need things like +``if-then-else'', ``while'', and such, use ash or bash. If you just need a +very simple and extremely small shell, this will do the job. + + + + + +------------------------------- + + @@ -4076,6 +3913,82 @@ Example: ------------------------------- + + + +swapoff + + + + + +Usage: swapoff [OPTION] [device] + + + + + +Stop swapping virtual memory pages on the given device. + + + + + +Options: + + + + + + + -a Stop swapping on all swap devices + + + + + + +------------------------------- + + + + + +swapon + + + + + +Usage: swapon [OPTION] [device] + + + + + +Start swapping virtual memory pages on the given device. + + + + + +Options: + + + + + + + -a Start swapping on all swap devices + + + + + + +------------------------------- + + @@ -4142,82 +4055,6 @@ Options: ------------------------------- - - - -swapon - - - - - -Usage: swapon [OPTION] [device] - - - - - -Start swapping virtual memory pages on the given device. - - - - - -Options: - - - - - - - -a Start swapping on all swap devices - - - - - - -------------------------------- - - - - - -swapoff - - - - - -Usage: swapoff [OPTION] [device] - - - - - -Stop swapping virtual memory pages on the given device. - - - - - -Options: - - - - - - - -a Stop swapping on all swap devices - - - - - - -------------------------------- - - @@ -4361,81 +4198,6 @@ Example: ------------------------------- - - - -test, [ - - - - - -Usage: test EXPRESSION or [ EXPRESSION ] - - - - - -Checks file types and compares values returning an exit code determined by -the value of EXPRESSION. - - - - - -Example: - - - - - - - $ test 1 -eq 2 - $ echo $? - 1 - $ test 1 -eq 1 - $ echo $? - 0 - $ [ -d /etc ] - $ echo $? - 0 - $ [ -d /junk ] - $ echo $? - 1 - - - - - - -------------------------------- - - - - - -telnet - - - - - -Usage: telnet host [port] - - - - - -Telnet is used to establish interactive communication with another computer -over a network using the TELNET protocol. - - - - - -------------------------------- - - @@ -4490,6 +4252,81 @@ Example: ------------------------------- + + + +telnet + + + + + +Usage: telnet host [port] + + + + + +Telnet is used to establish interactive communication with another computer +over a network using the TELNET protocol. + + + + + +------------------------------- + + + + + +test, [ + + + + + +Usage: test EXPRESSION or [ EXPRESSION ] + + + + + +Checks file types and compares values returning an exit code determined by +the value of EXPRESSION. + + + + + +Example: + + + + + + + $ test 1 -eq 2 + $ echo $? + 1 + $ test 1 -eq 1 + $ echo $? + 0 + $ [ -d /etc ] + $ echo $? + 0 + $ [ -d /junk ] + $ echo $? + 1 + + + + + + +------------------------------- + + @@ -4675,117 +4512,6 @@ Example: ------------------------------- - - - -uuencode - - - - - -Usage: uuencode [OPTION] [INFILE] REMOTEFILE - - - - - -Uuencode a file. - - - - - -Options: - - - - - - - -m use base64 encoding as of RFC1521 - - - - - - -Example: - - - - - - - $ uuencode busybox busybox - begin 755 busybox - M?T5,1@$!`0````````````(``P`!````L+@$"#0```!0N@,``````#0`(``& - ..... - $ uudecode busybox busybox > busybox.uu - $ - - - - - - -------------------------------- - - - - - -uudecode - - - - - -Usage: uudecode [OPTION] [FILE] - - - - - -Uudecode a uuencoded file - - - - - -Options: - - - - - - - -o FILE direct output to FILE - - - - - - -Example: - - - - - - - $ uudecode -o busybox busybox.uu - $ ls -l busybox - -rwxr-xr-x 1 ams ams 245264 Jun 7 21:35 busybox - - - - - - -------------------------------- - - @@ -5054,6 +4780,117 @@ Example: ------------------------------- + + + +uudecode + + + + + +Usage: uudecode [OPTION] [FILE] + + + + + +Uudecode a uuencoded file + + + + + +Options: + + + + + + + -o FILE direct output to FILE + + + + + + +Example: + + + + + + + $ uudecode -o busybox busybox.uu + $ ls -l busybox + -rwxr-xr-x 1 ams ams 245264 Jun 7 21:35 busybox + + + + + + +------------------------------- + + + + + +uuencode + + + + + +Usage: uuencode [OPTION] [INFILE] REMOTEFILE + + + + + +Uuencode a file. + + + + + +Options: + + + + + + + -m use base64 encoding as of RFC1521 + + + + + + +Example: + + + + + + + $ uuencode busybox busybox + begin 755 busybox + M?T5,1@$!`0````````````(``P`!````L+@$"#0```!0N@,``````#0`(``& + ..... + $ uudecode busybox busybox > busybox.uu + $ + + + + + + +------------------------------- + +