내컴퓨터 마우스오른쪽 클릭
관리 - 공유폴더 - 공유
관리 - 공유폴더 - 공유
그냥 cat 파일명 하면 euc-kr로 인코딩 된것은 한글이 깨져 보임.
간단하게 스크립트 하나 만들고 파일이름은 kat
#!/bin/ksh
iconv -f IBM-eucKR -t UTF-8 $1
kat euc-kr로 인코딩된파일명
하면 한글이 안 깨지고 나옴.
vi 에선 잘 안됨. AIX에 설치된 vi가 리눅스에서 쓰는 것과 다른 건지...
http://kldp.org/node/128256 참고
(script-fu-register "script-fu-text-box" ;func name
"Text Box" ;menu label
"Creates a simple text box, sized to fit\
around the user's choice of text,\
font, font size, and color." ;description
"Michael Terry" ;author
"copyright 1997, Michael Terry;\
2009, the GIMP Documentation Team " ;copyright notice
"October 27, 1997" ;date created
"" ;image type that the script works on
SF-STRING "Text" "Text Box" ; a string variable
SF-FONT "Font" "Charter" ;a font variable
SF-ADJUSTMENT "Font size" '(50 1 1000 1 10 0 1)
;a spin-button
SF-COLOR "Color" '(0 0 0) ;color variable
)
(script-fu-menu-register "script-fu-text-box" "<Image>/File/Create/Text")
최근 덧글