App::FilterUtils - Command-line filter utilities
$ 2base 16 16
10
$ 2u ๐จโ๐
MAN <๐จ> 128104, Hex 1f468, Octal 372150
ZERO WIDTH JOINER <> 8205, Hex 200d, Octal 20015
GRADUATION CAP <๐> 127891, Hex 1f393, Octal 371623
$ echo "ู
ูููููููุฑูู ู
ูููููููุฑูู ู
ูููููููุจููููู ู
ูููุฏูุจูููุฑู ู
ูููุนููุงู" | artype
ููุฑููู๏ปููู๏ปฃ ููุฑููู๏ปููู๏ปฃ ู๏ป ููู๏บููู๏ปููู๏ปฃ ูุฑููู๏บูุฏููู๏ปฃ ูุงูู๏ปููู๏ปฃ
$ ascii cafรฉ
caf
$ byte 66062639
64M
$ hz 10000
100us
$ NFC รฉ | xxd
00000000: c3a9 0a ...
$ NFD รฉ | xxd
00000000: 65cc 810a e...
$ unac cafรฉ
cafe
$ echo "ุฎูุฎ" | unpt
ุญูุญ
$ echo "ู
ูููููููุฑูู ู
ูููููููุฑูู ู
ูููููููุจููููู ู
ูููุฏูุจูููุฑู ู
ูููุนููุงู" | untashkeel
ู
ูููููุฑ ู
ูููููุฑ ู
ูููููุจููู ู
ููุฏุจููุฑ ู
ููุนููุง
All utilities answer to --version
and --help
. If arguments are provided, they are filtered. If there are no arguments, STDIN
is read.
- App::FilterUtils::2base =item App::FilterUtils::2u =item App::FilterUtils::artype =item App::FilterUtils::ascii =item App::FilterUtils::byte =item App::FilterUtils::hz =item App::FilterUtils::NFC =item App::FilterUtils::NFD =item App::FilterUtils::unac =item App::FilterUtils::unpt =item App::FilterUtils::untashkeel
http://github.com/athreef/App-FilterUtils
Migrated out of my .dotfiles repository
Ahmad Fatoum <[email protected]>
, http://a3f.at
Copyright (C) 2017 Ahmad Fatoum
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.