emacs/yasnippets/eshell-mode/for
1	#name : Eshell for loop
2 #key : for
3 # --
4 for f in ${1:*} { ${2:echo} "$f"; $3} $0