AquilaX’s development blog
code and so on…
Skip to content
Home
@scenata.com
Linux batch encoding convert one liner
find -name
'*.php'
-
exec
iconv -f cp1251 -t utf8
'{}'
-o
'{}'
.utf8 \;
Idea taken from
here
.
«
Enable PL/SQL for Database in Postgres
Show images depending on the browser’s width with CSS only
»
« Home
About This Post
Written by
AquilaX
November 27th, 2008 at 10:48
Categories
Linux
Interact
Post a comment
Trackback URI
RSS Feeds
Comments to this post
All posts
All comments
Search