I need to write a script that handle files. Its aim is to open and copy some sections from the file, in a binary context. The problem is I need to run it on both Windows and Unix.
Is there a scripting language that can handle both operating systems?
Python runs on both. The Windows version doesn't even need cygwin. If you have cygwin, then you can also use bash script.