add -s to ls comamnd to print the file size
authorJim Morris <morris@wolfman.com>
Sat, 4 Oct 2014 04:35:55 +0000 (21:35 -0700)
committerJim Morris <morris@wolfman.com>
Sat, 4 Oct 2014 04:35:55 +0000 (21:35 -0700)
commit3579deea229a849e5e8d68f224397974def7e62d
tree92193b303d2014aaee944d34019783c75e41b3b3
parent703f056176c6546c8caa9e456f97459690c6aac3
add -s to ls comamnd to print the file size
added d_fsize to the dirent in mbed library to get fsize
mbed/src/cpp/DirHandle.h
src/libs/ChaNFS/FATDirHandle.cpp
src/modules/utils/simpleshell/SimpleShell.cpp