Highlights
- Pro
Pinned Loading
-
Bash on-liner to generate ASCII and ...
Bash on-liner to generate ASCII and WIDE strings from a file and show a sorted output 1#!/bin/bash2(strings -a -td "$@" | sed 's/^\(\s*[0-9][0-9]*\) \(.*\)$/\1 A \2/' ; strings -a -td -el "$@" | sed 's/^\(\s*[0-9][0-9]*\) \(.*\)$/\1 W \2/') | sort -n
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


