Thursday, September 11, 2014

Fun with Cygwin

1 ) How to navigate to a directory in C:\ with cygwin?

cd /cygdrive/c
 
2) Exporting Variables
 
eg : >export REPORTS=/opt/qa/opt91x/
>echo $REPORTS
>cd $REPORTS

No comments:

Post a Comment