Skip to content

Instantly share code, notes, and snippets.

@angelbladex
Created October 27, 2013 20:35
Show Gist options
  • Save angelbladex/7187571 to your computer and use it in GitHub Desktop.
Save angelbladex/7187571 to your computer and use it in GitHub Desktop.
Este script tacha el texto recibido por parámetro
#!/bin/bash
echo $@ | sed $"s/./&\xCC\xB6/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment