Projekat

Općenito

Profil

Podrška #25612 » f18_editor.cmd

sed uklanja tarabe - Ernad Husremović, 09.12.2011 11:34

 
set FN=%1

if "%2"=="" goto :full
set FN=%FN% %2

if "%3"=="" goto :full
set FN=%FN% %3


if "%4"=="" goto :full
set FN=%FN% %4

if "%5"=="" goto :full
set FN=%FN% %5

if "%6"=="" goto :full
set FN=%FN% %6

:full

rem win - gvim
rem iconv na mac-u: brew install icon

del /Q %FN%.conv.txt
type "%FN%" | sed -e ""s/#%.*#//g"" | iconv -c -f IBM852 -t UTF-8 > "%FN%.conv.txt"

rem export BANG=\!
start gvim -c ":set encoding=utf-8" "%FN%.conv.txt"

(1-1/4)