I want to write a function that uses the first parameter, and then hands
the remaining n-1 as subsequent parameters:

function t
  urxvtc -title $argv[1] -e $argv $argv[2..]
end

Is there anything like a pop or drop function I can apply?

A+
Dave

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to