summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ez80f910200zco/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-03-01 18:12:37 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-03-01 18:12:37 +0000
commitc75a1c79001e897bf5de736e868e9ed9cce976e4 (patch)
tree6df303a7c061a85ee732b506f0bf447a6af58b6d /nuttx/configs/ez80f910200zco/nsh
parent8fa281f379553520d9c159ee3a08c8ac21f51a31 (diff)
Sample run
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1560 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/ez80f910200zco/nsh')
-rwxr-xr-xnuttx/configs/ez80f910200zco/nsh/sample-run.txt57
1 files changed, 57 insertions, 0 deletions
diff --git a/nuttx/configs/ez80f910200zco/nsh/sample-run.txt b/nuttx/configs/ez80f910200zco/nsh/sample-run.txt
new file mode 100755
index 0000000000..d5516040e3
--- /dev/null
+++ b/nuttx/configs/ez80f910200zco/nsh/sample-run.txt
@@ -0,0 +1,57 @@
+
+NuttShell (NSH)
+nsh> ls -lR /
+/:
+ d---------0 dev/
+/dev:
+ crw-rw-rw-0 console
+ crw-rw-rw-0 null
+ crw-rw-rw-0 ttyS0
+nsh> help
+NSH command forms:
+ [nice [-d <niceness>>]] <cmd> [> <file>|>> <file>] [&]
+OR
+ if <cmd>
+ then
+ [sequence of <cmd>]
+ else
+ [sequence of <cmd>]
+ fi
+Where <cmd> is one of:
+ [ <expression> ]
+ cat <path> [<path> [<path> ...]]
+ cd [<dir-path>|-|~|..]
+ cp <source-path> <dest-path>
+ dd if=<infile> of=<outfile> [bs=<sectsize>] [count=<sectors>] [skip=<sectors>]
+ echo [<string|$name> [<string|$name>...]]
+ exec <hex-address>
+ exit
+ get [-b|-n] [-f <local-path>] -h <ip-address> <remote-path>
+ help
+ ifconfig
+ losetup [-d <dev-path>] | [[-o <offset>] [-r] <dev-path> <file-path>]
+ ls [-lRs] <dir-path>
+ mb <hex-address>[=<hex-value>][ <hex-byte-count>]
+ mem
+ mkdir <path>
+ mkfatfs <path>
+ mkfifo <path>
+ mkrd [-m <minor>] [-s <sector-size>] <nsectors>
+ mh <hex-address>[=<hex-value>][ <hex-byte-count>]
+ mount -t <fstype> <block-device> <dir-path>
+ mw <hex-address>[=<hex-value>][ <hex-byte-count>]
+ ping [-c <count>] [-i <interval>] <ip-address>
+ ps
+ put [-b|-n] [-f <remote-path>] -h <ip-address> <local-path>
+ pwd
+ rm <file-path>
+ rmdir <dir-path>
+ set <name> <value>
+ sh <script-path>
+ sleep <sec>
+ test <expression>
+ umount <dir-path>
+ unset <name>
+ usleep <usec>
+ xd <hex-address> <byte-count>
+nsh> \ No newline at end of file