summaryrefslogtreecommitdiff
path: root/notes/utils
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-01-28 18:11:36 +0100
committeradamhrv <adam@ahprojects.com>2019-01-28 18:11:36 +0100
commitdd2c36288aa1e8af14588f9258f6785879b8638c (patch)
tree543564ff7cc9b83ae1ecbc5b0d89bca9a6c17742 /notes/utils
parentb0b06be0defe97ef19cf4d0f3328db40d299e110 (diff)
add utils for analyzing identities
Diffstat (limited to 'notes/utils')
-rw-r--r--notes/utils/bash_utils.md6
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