diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-28 18:11:36 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-28 18:11:36 +0100 |
| commit | dd2c36288aa1e8af14588f9258f6785879b8638c (patch) | |
| tree | 543564ff7cc9b83ae1ecbc5b0d89bca9a6c17742 /notes/utils | |
| parent | b0b06be0defe97ef19cf4d0f3328db40d299e110 (diff) | |
add utils for analyzing identities
Diffstat (limited to 'notes/utils')
| -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 |
