Skip to content

Instantly share code, notes, and snippets.

@esmaeelE
Created February 16, 2020 02:20
Show Gist options
  • Save esmaeelE/dbbbc42b4ba961574552a713e2f5bdab to your computer and use it in GitHub Desktop.
Save esmaeelE/dbbbc42b4ba961574552a713e2f5bdab to your computer and use it in GitHub Desktop.

Printable ASCII charackters

awk 'BEGIN{for( i=32; i<=126;i++) printf "%c",i }'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment