source:
src/compdic_utf8/removeBom.sh
@
d6a59ca
Last change on this file since d6a59ca was e7de6cc, checked in by Tomasz Obrebski <to@…>, 13 years ago | |
---|---|
|
|
File size: 95 bytes |
Rev | Line | |
---|---|---|
[5f4d9c3] | 1 | #!/usr/bin/env bash |
2 | ||
3 | # Remove bom from file. | |
4 | awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' $1 |
Note: See TracBrowser
for help on using the repository browser.