summaryrefslogtreecommitdiff
path: root/notes/utils/bash_utils.md
diff options
context:
space:
mode:
Diffstat (limited to 'notes/utils/bash_utils.md')
-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