Skip to content

Instantly share code, notes, and snippets.

@omas-public
Last active April 26, 2023 10:57
Show Gist options
  • Save omas-public/aae5807787dc98714c5e2532506e19a7 to your computer and use it in GitHub Desktop.
Save omas-public/aae5807787dc98714c5e2532506e19a7 to your computer and use it in GitHub Desktop.
first shell programming
#!/bin/bash
URI='https://shouronbun.com/report1.html'
curl $URI | html2text -utf8 | sed '/^$/d' | sed 's/\*//'
# version3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment