What's the best way and how to run the below commands in windows cmd? I'm running them in Ubuntu ... but how to do so in Windows?
Ubuntu terminal:
sudo unzip '/var/www/html/*20180301.zip' -d '/var/www/html/';
sudo sed -i '1,2d;$d' /var/www/html/*20180301.TXT;
sudo cat /var/www/html/*20180301.TXT > /var/www/html/records_all20180301.txt;
Windows cmd:
?