ASCII

From wikieduonline
Jump to navigation Jump to search

wikipedia:ASCII

file venv/bin/activate
venv/bin/activate: ASCII text


Remove non ASCII characters

LANG=C gsed -i 's/[\d128-\d255]//g'

Remove ANSI escape codes:

gcloud --help | sed -e 's/\x1b\[[0-9;]*m//g' 


file text.txt
text.txt: ASCII text

file yourfile.txt
yourfile.txt: ASCII text, with escape sequences


Activities[edit]


Related[edit]

See also[edit]

Advertising: