ftell

[procedure] ftell fd/port

Guile: returns an integer for the current position of fd/port. equivalent to

  (seek port 0 SEEK_CUR)

See also seek.

Scsh has tell. Some other implementations have file-position.