zsh-workers
 help / color / mirror / code / Atom feed
* ksh93-like seek feature
@ 2015-02-04 23:00 Vincent Lefevre
  0 siblings, 0 replies; only message in thread
From: Vincent Lefevre @ 2015-02-04 23:00 UTC (permalink / raw)
  To: zsh-workers

With ksh93, it is possible to seek:

#!/bin/ksh93

rm -f tmpfile
exec 3<> tmpfile
echo foo >&3
exec 3>#((0))
cat <&3
rm -f tmpfile

which outputs "foo". Could such a feature be added to zsh?

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-04 23:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-04 23:00 ksh93-like seek feature Vincent Lefevre

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).