You have installed Cygwin in your windows OS. now you want to access other drives like "E:" from your terminal. How to achieve this ?
Use CYGDRIVE as follows:
> cd /cygdrive/e/.
Use CYGDRIVE as follows:
> cd /cygdrive/e/.
I am a programmer but I hate grammar. Here you will find what I did, doing , will do ... Scattered pieces of knowledge that I have deleted from my mind to the trash bin through out my boring daily coding life. I will also report some of my failures in life so dear to me not success, because I have always learnt much only when I fail.
lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
chmod +x apt-cyg
mv apt-cyg /usr/local/bin/
apt-cyg install bc
@Override
public void onRestart()
{
super.onRestart();
finish();
startActivity(getIntent());
}
@Override
public void onResume() {
super.onResume(); // Always call the superclass method first
finish();
startActivity(getIntent());
}