Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TrimBlanks.sh « scripts « mgizapp - github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78bd28be9c7621d160940d9fb8032efe28e70bd5 (plain)
1
2
sed -e 's/^[ \t]*//' -e 's/[ \t][ \t]*/ /g' -e 's/[ \t]*$//'