与Linux命令对应的Windows CMD命令

jen*_*fer 2 linux windows bash cmd

wget http://tesseract-ocr.googlecode.com/files/tesseract-3.00.tar.gz
tar -zxvf tesseract-3.00.tar.gz
rm -f tesseract-3.00.tar.gz
git clone https://android.googlesource.com/platform/external/jpeg libjpeg
git checkout e0eadaa39b72e33f032220246c771d7302ebeaf8
cd ..
export TESSERACT_PATH=${PWD}/tesseract-3.00
Run Code Online (Sandbox Code Playgroud)

上面提到的是一些Linux命令.我需要上面提到的相应的Windows命令.请帮忙.

Joe*_*oey 5

你至少需要wget,tar并且git无论如何都要安装.据我所知git,无论如何都有一半的Cygwin所以你可以使用其他命令(和a bash).

在任何情况下: