diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 74170efee38..045117b08ef 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: July 06, 2010

+

Last Updated: February 27, 2011

@@ -149,139 +149,145 @@
- 2.12 Setup/teardown the Loop Device (losetup) + 2.12 Send a signal to a task (kill)
- 2.13 List Directory Contents (ls) + 2.13 Setup/teardown the Loop Device (losetup)
- 2.14 Access Memory (mb, mh, and mw) + 2.14 List Directory Contents (ls)
- 2.15 Show Memory Manager Status (mem) + 2.15 Access Memory (mb, mh, and mw)
- 2.16 Show Current Tasks and Threads (ps) + 2.16 Show Memory Manager Status (mem)
- 2.17 Create a Directory (mkdir) + 2.17 Show Current Tasks and Threads (ps)
- 2.18 Create a FAT Filesystem (mkfatfs) + 2.18 Create a Directory (mkdir)
- 2.19 Create a FIFO (mkfifo) + 2.19 Create a FAT Filesystem (mkfatfs)
- 2.20 Create a RAMDISK (mkrd) + 2.20 Create a FIFO (mkfifo)
- 2.21 Mount a File System (mount) + 2.21 Create a RAMDISK (mkrd)
- 2.22 Check Network Peer (ping) + 2.22 Mount a File System (mount)
- 2.23 Send File Via TFTP (put) + 2.23 Check Network Peer (ping)
- 2.24 Show Current Working Directory (pwd) + 2.24 Send File Via TFTP (put)
- 2.25 Remove a File (rm) + 2.25 Show Current Working Directory (pwd)
- 2.26 Remove a Directory (rmdir) + 2.26 Remove a File (rm)
- 2.27 Set an Environment Variable (set) + 2.27 Remove a Directory (rmdir)
- 2.28 Execute an NSH Script (sh) + 2.28 Set an Environment Variable (set)
- 2.29 Wait for Seconds (sleep) + 2.29 Execute an NSH Script (sh)
- 2.30 Unmount a File System (umount) + 2.30 Wait for Seconds (sleep)
- 2.31 Unset an Environment Variable (unset) + 2.31 Unmount a File System (umount)
- 2.32 Wait for Microseconds (usleep) + 2.32 Unset an Environment Variable (unset)
- 2.33 Get File Via HTTP (wget) + 2.33 Wait for Microseconds (usleep)
- 2.34 Hexadecimal Dump (xd) + 2.34 Get File Via HTTP (wget) + + + +
+ + 2.35 Hexadecimal Dump (xd) @@ -682,7 +688,7 @@ test <expression> -Command Syntax:

+

Command Syntax:

@@ -700,7 +706,7 @@ cat <path> [<path> [<path> -
Command Syntax:

+

Command Syntax:

@@ -742,7 +748,7 @@ cd [<dir-path>|-|~|..] -
Command Syntax:

+

Command Syntax:

@@ -760,7 +766,7 @@ cp <source-path> <dest-path> -
Command Syntax:

+

Command Syntax:

@@ -819,7 +825,7 @@ nsh> dd if=/dev/ram0 of=/dev/null -
Command Syntax:

+

Command Syntax:

@@ -856,7 +862,7 @@ exec <hex-address> -
Command Syntax:

+

Command Syntax:

@@ -891,7 +897,7 @@ get [-b|-n] [-f <local-path>] -h <ip-address> <remote-path> -
Command Syntax:

+

Command Syntax:

@@ -910,7 +916,7 @@ exit -
Command Syntax:

+

Command Syntax:

@@ -927,7 +933,7 @@ help -
Command Syntax:

+

Command Syntax:

@@ -948,12 +954,28 @@ eth0 HWaddr 00:18:11:80:10:06
-

2.12 Setup/teardown the Loop Device (losetup)

+

2.12 Send a signal to a task (kill)

-
Command Syntax 1:

+ +

+ Synopsis. + Send the to the task identified by . +

+ + + + + +
+

2.13 Setup/teardown the Loop Device (losetup)

+
+ +

Command Syntax 1:

@@ -989,7 +1011,7 @@ nsh>

-
Command Syntax 2:

+

Command Syntax 2:

@@ -1001,12 +1023,12 @@ losetup d <dev-path>
-

2.13 List Directory Contents (ls)

+

2.14 List Directory Contents (ls)

-
Command Syntax:

+

Command Syntax:

@@ -1038,7 +1060,7 @@ ls [-lRs] <dir-path>
-

2.14 Access Memory (mb, mh, and mw)

+

2.15 Access Memory (mb, mh, and mw)

@@ -1092,12 +1114,12 @@ nsh>
-

2.15 Show Memory Manager Status (mem)

+

2.16 Show Memory Manager Status (mem)

-
Command Syntax:

+

Command Syntax:

@@ -1141,12 +1163,12 @@ nsh>
-

2.16 Show Current Tasks and Threads (ps)

+

2.17 Show Current Tasks and Threads (ps)

-
Command Syntax:

+

Command Syntax:

@@ -1167,7 +1189,7 @@ nsh>
-

2.17 Create a Directory (mkdir)

+

2.18 Create a Directory (mkdir)

@@ -1202,7 +1224,7 @@ nsh>
-

2.18 Create a FAT Filesystem (mkfatfs)

+

2.19 Create a FAT Filesystem (mkfatfs)

@@ -1222,7 +1244,7 @@ mkfatfs <path>
-

2.19 Create a FIFO (mkfifo)

+

2.20 Create a FIFO (mkfifo)

@@ -1260,7 +1282,7 @@ nsh>
-

2.20 Create a RAMDISK (mkrd)

+

2.21 Create a RAMDISK (mkrd)

@@ -1311,7 +1333,7 @@ nsh>
-

2.21 Mount a File System (mount)

+

2.22 Mount a File System (mount)

@@ -1378,12 +1400,12 @@ nsh>
-

2.22 Check Network Peer (ping)

+

2.23 Check Network Peer (ping)

-
Command Syntax:

+

Command Syntax:

@@ -1411,12 +1433,12 @@ nsh>
-

2.23 Send File Via TFTP (put)

+

2.24 Send File Via TFTP (put)

-
Command Syntax:

+

Command Syntax:

@@ -1446,12 +1468,12 @@ put [-b|-n] [-f <remote-path>] -h <ip-address> <local-path>
-

2.24 Show Current Working Directory (pwd)

+

2.25 Show Current Working Directory (pwd)

-
Command Syntax:

+

Command Syntax:

@@ -1476,12 +1498,12 @@ nsh>
-

2.25 Remove a File (rm)

+

2.26 Remove a File (rm)

-
Command Syntax:

+

Command Syntax:

@@ -1510,12 +1532,12 @@ nsh>
-

2.26 Remove a Directory (rmdir)

+

2.27 Remove a Directory (rmdir)

-
Command Syntax:

+

Command Syntax:

@@ -1545,12 +1567,12 @@ nsh>
-

2.27 Set an Environment Variable (set)

+

2.28 Set an Environment Variable (set)

-
Command Syntax:

+

Command Syntax:

@@ -1571,12 +1593,12 @@ nsh>
-

2.28 Execute an NSH Script (sh)

+

2.29 Execute an NSH Script (sh)

-
Command Syntax:

+

Command Syntax:

@@ -1589,12 +1611,12 @@ sh <script-path>
-

2.29 Wait for Seconds (sleep)

+

2.30 Wait for Seconds (sleep)

-
Command Syntax:

+

Command Syntax:

@@ -1606,12 +1628,12 @@ sleep <sec>
-

2.30 Unmount a File System (umount)

+

2.31 Unmount a File System (umount)

-
Command Syntax:

+

Command Syntax:

@@ -1636,12 +1658,12 @@ nsh>
-

2.31 Unset an Environment Variable (unset)

+

2.32 Unset an Environment Variable (unset)

-
Command Syntax:

+

Command Syntax:

@@ -1662,12 +1684,12 @@ nsh>
-

2.32 Wait for Microseconds (usleep)

+

2.33 Wait for Microseconds (usleep)

-
Command Syntax:

+

Command Syntax:

@@ -1679,12 +1701,12 @@ usleep <usec>
- 2.33 Get File Via HTTP (wget) + 2.34 Get File Via HTTP (wget)
-
Command Syntax:

+

Command Syntax:

@@ -1706,12 +1728,12 @@ wget [-o <local-path>] <url>
-

2.34 Hexadecimal dump (xd)

+

2.35 Hexadecimal dump (xd)

-
Command Syntax:

+

Command Syntax:

@@ -1825,6 +1847,11 @@ nsh> CONFIG_NET CONFIG_EXAMPLES_NSH_DISABLE_IFCONFIG + + kill + !CONFIG_DISABLE_SIGNALS + CONFIG_EXAMPLES_NSH_DISABLE_KILL + losetup !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0 @@ -2331,6 +2358,7 @@ nsh>
  • help
  • if-then[-else]-fi
  • ifconfig
  • +
  • kill
  • losetup
  • ls
  • mb