In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

WiiShell: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Muzer (talk | contribs)
No edit summary
m Robot: Cosmetic changes
Line 11: Line 11:
'''WiiShell''' is a simulated UNIX shell for the Wii with an image viewer and limited command-line globbing.
'''WiiShell''' is a simulated UNIX shell for the Wii with an image viewer and limited command-line globbing.


==Recognised Commands:==
== Recognised Commands: ==


  Recognised Commands:
  Recognised Commands:
Line 21: Line 21:
  <i>help: one topic at a time, please</i>
  <i>help: one topic at a time, please</i>


==Usage:==
== Usage: ==
  cat [file] [...]
  cat [file] [...]
  cd [directory]
  cd [directory]
Line 34: Line 34:
  view [file] <i>(gif png jpeg jpg bmp)</i>
  view [file] <i>(gif png jpeg jpg bmp)</i>


==Known Bugs/Limitations:==
== Known Bugs/Limitations: ==
* No long filename support yet
* No long filename support yet

Revision as of 18:23, 10 August 2009

WiiShell
General
Author(s)Aksommerville
TypeOperating system
Version20080702
LicenceFreeware
Links
Download
Broken Website
Peripherals
USB KeyboardLoads files from the Front SD slot

WiiShell is a simulated UNIX shell for the Wii with an image viewer and limited command-line globbing.

Recognised Commands:

Recognised Commands:
   pwd    cp    touch  poweroff      cat
    cd    mv     stat    reboot     more
    ls    rm    mkdir      exit  hexdump
  help                   clear      view
Enter "help [topic]" for more, or "help ?" to list all topics
help: one topic at a time, please

Usage:

cat [file] [...]
cd [directory]
cp [source] [...] [destination] (with more than one source, dest must be a directory)
hexdump [file] [...]
more [file] [...]
mkdir [dir] [...]
mv [source] [...] [destination] (mv will not overwrite)
rm [file] [...]
stat [file] [...] (dir)(file)
touch [file] [...]
view [file] (gif png jpeg jpg bmp)

Known Bugs/Limitations:

  • No long filename support yet