Skip to content

Commit

Permalink
Add entry on how to conver encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleP committed Sep 12, 2020
1 parent 1d81723 commit 3b7d1a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell.md
Expand Up @@ -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
Expand Down

0 comments on commit 3b7d1a9

Please sign in to comment.