To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

gte function for tcsh

Robbie - Mon 09/03/2015 10:57:45 CET +0100

Hi,

how do I use the below function to work at csh/tcsh as well?

get() { printf "\033]0;__pw:"`pwd`"\007" ;
for file in $* ; do printf "\033]0;__rv:"${file}"\007" ; done ;
printf "\033]0;__ti\007" ; }

I managed to do it for bash but since there are no function in tcsh I didn't manage to it with alias.

Thanks,
Robbie




Answer


The forum is actually closed