summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-18 08:24:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-18 08:24:29 -0600
commit54fdd99901b8db5ba275ea9c1f3f56efe24232ad (patch)
tree92da53e2c07893a7e8f019203d137e45c5c8eac2 /apps/nshlib/README.txt
parent2e8e47d417fb0b1e5b2386548f9c308fd74edec9 (diff)
downloadnuttx-54fdd99901b8db5ba275ea9c1f3f56efe24232ad.tar.gz
nuttx-54fdd99901b8db5ba275ea9c1f3f56efe24232ad.tar.bz2
nuttx-54fdd99901b8db5ba275ea9c1f3f56efe24232ad.zip
NSH cmp command by Andrew Twidgell
Diffstat (limited to 'apps/nshlib/README.txt')
-rw-r--r--apps/nshlib/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index bd2dd75f7..7be3be5df 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -261,6 +261,11 @@ o cd [<dir-path>|-|~|..]
'home' directory is '/'.
'cd ..' sets the current working directory to the parent directory.
+o cmp <path1> <path2>
+
+ Compare of the contents of the file at <file1> with the contents of
+ the file at <path2>. Returns an indication only if the files differ.
+
o cp <source-path> <dest-path>
Copy of the contents of the file at <source-path> to the location