Skip to content

Instantly share code, notes, and snippets.

@micclly
Last active December 19, 2017 11:25
Show Gist options
  • Save micclly/9062896 to your computer and use it in GitHub Desktop.
Save micclly/9062896 to your computer and use it in GitHub Desktop.
This is a script to list up all terminal data path of MetaTrader4 build 600 or later
#!/bin/bash
find $(cygpath $APPDATA)/Roaming/MetaQuotes/Terminal/ -mindepth 2 -maxdepth 2 -name origin.txt -exec sh -c 'echo {} && cat {} && echo' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment