Saltycrane logo

SaltyCrane Blog

Notes on Python, Django, and web development on Ubuntu Linux

    

How to change directories in the Tornado Shell

You need to put quote marks around the directory you want to change to. See the following session in windsh:
-> cd "c:/tornado2.2" 
value = 0 = 0x0
-> pwd
c:/tornado2.2
value = 0 = 0x0
-> ls
Volume in drive C has no label.
Volume Serial Number is XXXX-XXXX

Directory of c:\tornado2.2

[.] [..] [.wind]
[docs] [host] LICENSE.TXT
lmPhoneNL.txt [Patch] README.TXT
[SETUP] setup.log setup.log.abort
[share] [target] WIND_VIEW_README.TXT
6 File(s) 69,108 bytes
9 Dir(s) 933,806,080 bytes free
value = 0 = 0x0
->

Post a comment

Required
Required, but not displayed
Optional

Format using Markdown. (No HTML.)
  • Code blocks: prefix each line by at least 4 spaces or 1 tab (and a blank line before and after)
  • Code span: surround with backticks
  • Blockquotes: prefix lines to be quoted with >
  • Links: <URL>
  • Links w/ description: [description](URL)
Created with Django | Hosted by Slicehost