commit 78a8681d055379fee376151233ea93b9a151c581 parent a8c80dc89cecb7c132ccfcd4d0a6f18b3d172d9d Author: Antoine Amarilli <ant.amarilli@free.fr> Date: Sat, 21 May 2011 12:50:35 -0400 split at quotes Diffstat:
make_missions.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make_missions.sh b/make_missions.sh @@ -5,7 +5,7 @@ # $3 is minimal len for word cut -d '>' -f 2- | - tr "_:\*/()[]\".,;?<>#$! \t" '\n' | + tr "_':\*/()[]\".,;?<>#$! \t" '\n' | sed '/^ *$/d' | tr 'A-Z' 'a-z' | sort -n |