Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created January 13, 2021 01:11
Show Gist options
  • Save rms1000watt/cf386fc725dcecc0c3ae729024787ccb to your computer and use it in GitHub Desktop.
Save rms1000watt/cf386fc725dcecc0c3ae729024787ccb to your computer and use it in GitHub Desktop.
create slug
echo "hEllo0.as9d/asdo_k1" | tr -c '[:alnum:]\n\r' '-' | tr '[:upper:]' '[:lower:]' | cut -c -64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment