From 3b7d1a9953ef83164be13938cb8eb863495bee42 Mon Sep 17 00:00:00 2001 From: Michael Doronin Date: Sat, 12 Sep 2020 15:13:04 +0300 Subject: [PATCH] Add entry on how to conver encoding --- shell.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shell.md b/shell.md index 6f80a9f..8895a1e 100644 --- a/shell.md +++ b/shell.md @@ -5,6 +5,11 @@ find -print0 | xargs -0 du -hc ``` +# Videos + +## Convert file to UTF-8 encoding +`enconv -L ru -x UTF-8` + # Working with archives ## Unzip file without saving