4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
#name : Eshell for loop
|
|
#key : for
|
|
# --
|
|
for f in ${1:*} { ${2:echo} "$f"; $3} $0 |