Showing posts with label bash. Show all posts
Showing posts with label bash. Show all posts

Saturday, October 11, 2014

Lowercase strings in file

 Lowercase strings in text file using sed(works for cyrillic):
 sed -e 's/\(.*\)/\L\1/' file