diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-10 15:47:26 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-10 15:47:26 +0100 |
| commit | 4c2952abd847b04827d2465654c6aec24201b23c (patch) | |
| tree | b5574ffe1a44ca38a27a5f59c429398834c08747 /notes/utils/bash_utils.md | |
| parent | 5858310a0d808b53f4025f0bd001d8e6181cad3a (diff) | |
| parent | 74eb3c7a3e5481d8a2811136521419f91ae77486 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'notes/utils/bash_utils.md')
| -rw-r--r-- | notes/utils/bash_utils.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/utils/bash_utils.md b/notes/utils/bash_utils.md new file mode 100644 index 00000000..00623280 --- /dev/null +++ b/notes/utils/bash_utils.md @@ -0,0 +1,6 @@ + +#### Grep + +Grep utf-16 unicode files + +`iconv -f utf-16 -t utf-8 file.txt |grep yourtext`
\ No newline at end of file |
