Skip to content

Instantly share code, notes, and snippets.

@mizchi
Created July 1, 2010 03:33
Show Gist options
  • Select an option

  • Save mizchi/459534 to your computer and use it in GitHub Desktop.

Select an option

Save mizchi/459534 to your computer and use it in GitHub Desktop.
path=( /usr/local/bin $path)
path=( /opt/local/bin $path)
path=( /opt/local/sbin $path)
path=( /usr/local/android/tools $path)
echo $PATH
for file in `find ./ -name "mod*.txt" -print`
do
echo $file
mecab $file > $file.mecabed
/Users/mizchi/work/dbcls/termEx.pl > $file.termd
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment