changeset 8646:52256a4d5110

<izabera> ` echo tr A-Z\xc3\x98 a-z\xc3\xb8 > bin/lowercase
author HackBot
date Wed, 29 Jun 2016 00:16:56 +0000
parents dbd625bc9f4c
children 25d1a89c4984
files bin/lowercase
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/lowercase	Wed Jun 29 00:15:27 2016 +0000
+++ b/bin/lowercase	Wed Jun 29 00:16:56 2016 +0000
@@ -1,2 +1,1 @@
-#!/bin/bash
-tr A-Z a-z | sed 's/Ø/ø/g'
+tr A-ZØ a-zø