Zend certified PHP/Magento developer

Can I use bash commands on Windows 10 for example by using VBA macros?

Is there possibility to use Linux command line tools in Windows 10? Namely, I mostly work on Ubuntu with bash and I have done some useful script to compute things on CSV-files, for example by awk. And sometimes grep is useful for my tasks. I was thinking if I can use them in Excel by making a new VBA script that calls Linux subsystem for Windows 10, does the work and gets a results to Windows, as I have sometimes use Windows in my workplace. Or maybe one can install VirtualBox running Ubuntu to modify the data by using Linux tools. Is it possible to send command line scripts and files between Windows and Linux?