Good day.
On some ftp, file have cp1251(or another) encoding, how to do
alias, for examle doing actions: lesscp - our alias;
lesscp <file> , this must doing :
alias lesscp 'less $1 | iconv -f cp1251 -t koi8-r | less'
                  ^^^
How to put <file> as parameter($1 || another ? ) in out alias?

Thank for answers.
-- 
        Khalyawin Yury

Reply via email to