1
0
mirror of synced 2026-01-26 04:12:03 +00:00

Update lsee for UTF-8 (#518)

* Update lsee for UTF-8

Change less -R to less -r

* Minor cleanup for typo at end of script.

Co-authored-by: Nick Briggs <nicholas.h.briggs@gmail.com>
This commit is contained in:
rmkaplan
2021-10-08 23:25:31 -07:00
committed by GitHub
parent ea0f303988
commit e222743f74

View File

@@ -17,4 +17,4 @@ tr '\r' '\n' < $1 | \
-e 's///g'\
-e 's///g'\
-e 's//:/g' \
| less -R
| less -r