On Fri, 17 Jun 2022 07:05:51 -0500, Bill Schoen wrote:
>sftp and most unix utilities will work with dsfs.
>Utilities (like compilers) that expect names of the form name.type probably
>will not at this time.
>
Thanks.
Will "most" be explained in a User's Guide?
A Black Team-style example:
#! /bin/sh
# Set DSH to a DSFS patth.
for I in 1 2 3 4 5 6 7 8 9 10; do
printf 'A %s ' "$I"; sleep 3
printf 'B %s ' "$I"; sleep 3
printf 'C %s\n' "$I"; sleep 3
done >"$DSN" &
tail -f "$DSN"
o Will timing of output be comparable for DSFS and zFS?
o Will "&" fork() the "for", causing an ENQ conflict with "tail -f"?
--
Thanks,
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN