source: src/compdic_utf8/removeBom.sh

Last change on this file was e7de6cc, checked in by Tomasz Obrebski <to@…>, 12 years ago

new version of dgp
added dgc, tre and compdic components
compiledic renamed to compdic_utf8
./configure updated

  • Property mode set to 100755
File size: 95 bytes
Line 
1#!/usr/bin/env bash
2
3# Remove bom from file.
4awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' $1
Note: See TracBrowser for help on using the repository browser.