Month: September 2017

  • Microsoft Sysinternals Process Explorer for Microsoft Windows

    N.B.: Running this utility does not require admin privileges. Allows you to search for files / directories opened by process / applications. E.g. I had started Excel today, and it “operated” in some directory. I ended Excel, at least I thought so – but it kept running (in “stealth mode”), and it kept “locking” that…

  • XML Shell: xmlsh: csv2xml

    by

    in

    http://www.xmlsh.org https://github.com/xmlsh/xmlsh1_3 they also provide a Java .jar file and a shell script etc around it, so you can run it on your platform http://www.xmlsh.org/CommandCsv2xml – builtin csv2xml A couple of command line options we are using: -delim ‘;’ – German excel files get exported to CSV files with ‘;’ as column separator / delimiter, so when we…