Skip to content

Instantly share code, notes, and snippets.

@for2ando
Created May 3, 2023 13:46
Show Gist options
  • Save for2ando/cf0e4041d3e9f83adb07fcc129f9bd58 to your computer and use it in GitHub Desktop.
Save for2ando/cf0e4041d3e9f83adb07fcc129f9bd58 to your computer and use it in GitHub Desktop.
Return a encoded string for a filename for pukiwiki.
#!usr/bin/env bash
echo $(echo -n FrontPage|od -A x -t x1|sed "s/^......//;s/ //g"|tr "a-z" "A-Z").txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment