micropython-lib/micropython/upysh
robert-hh 760bfefd9d micropython/upysh: Add the cp() function and improve ls and rm.
- cp() copies a file. If the target is a directory, the file is copied
  into that directory.  It uses a small buffer, so it's not fast.
- ls uses ilistdir and creates a sorted output with directories listed as
  the first group.
- rm optionally deletes recursive, if the target is a directory.
2022-03-24 10:37:48 +11:00
..
metadata.txt
setup.py
upysh.py micropython/upysh: Add the cp() function and improve ls and rm. 2022-03-24 10:37:48 +11:00