comandos bash dentro de tcl
exec sh -c {grep -v "#" inputfile | grep -v ">" | sort -r -nk7 | head}
Hutch Polecat
exec sh -c {grep -v "#" inputfile | grep -v ">" | sort -r -nk7 | head}