in case that isn't as clear as it might seem...

First, if you are not familiar with unix/linux find
some intro material online or at your favorite bookstore.

Then:  cd [dir/dir/dir]
"changes directory" to someplace in the file tree so
    cd /opt/tinyos-1.1.7/tools/scripts
should go to the directory that contains toscheck
(note change -1.1.7 to whatever version of TOS you have).

Also:  pwd
prints the working (current) directory

And:   ls
lists the contents....


For the more advanced, the last line in the file /etc/profile
changes directory to $HOME, which is your nominal home dir,
but you can make it go to /opt/tinyos... if you like, so each
time you start the shell it will end up there.


Also, once running the cygwin shell (bash) you can type:
    man bash
and have enough to read for the rest of the week...in
general "man [command]" will tell you something useful about
any command name.

MS

刘巍 wrote:
> 
>  
>       
> Hi,Deepa Mahajan 
>  
>   
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ~
> $ PWD
> /home/Administrator
>  
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ~
> $ CD ..
> bash: CD: command not found
>  
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ~
> $ cd ..
>  
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /home
> $ cd ..
>  
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /
> $ pwd
> /
>  
> 
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /
> $ cd /opt/tinyos-1.x/tools/scripts/
>  
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> /opt/tinyos-1.x/tools/scripts
> $ toscheck
>  
> ======== 2006-03-13 15:08:12 您在来信中写道: ========
>  
> 
>     Hi,
> 
>     I have installed TinyOS thorugh the windows installation package.
>     However, when I open the cygwin bash shell it begins in the home
>     subfolder of cygwin. How do I change this so that it will open in
>     c:/tinyos so that I can access toscheck. I'm very new at Cygwin and
>     have no idea how to change this now. Thanks!
> 
>     -Deepa
> 
> = = = = = = = = = = = = = = = = = = = = = =
> 
>         致
> 礼!
> 
>                                刘巍
>                             
>                                2006-03-13  
>                                ------------------------     
>                                中国科学院计算技术研究所     
>                                电话:010-62565533-9247    
>                                Mail:[EMAIL PROTECTED]      
>                                网址:http://wsn.ict.ac.cn    
>                                -------------------------
>               
>               
>                
>  
>       
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to