9
0
Fork 0

Added ch and pwd to NSH

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@840 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-08-23 15:14:46 +00:00
parent e46fe07c92
commit b71525f15d
1 changed files with 2 additions and 0 deletions

View File

@ -418,5 +418,7 @@
* NSH now supports commands to inspect and modify memory
* NSH cat command now supports multiple files on command line
* Add chdir() and getcwd()
* Fix error in getopt() when called with argc==1
* Fix error in stat() when used on the root directory