Anonymous
10/05/2019 (Sat) 20:03:48
No.10294
del
>>10245>The zfs version of the script "worked for me",Just checked JbRNzN3J.
And, you're quite right, in it's line 47
while read ifile; dothere's a "$" symbol missing & it should instead be
while read $ifile; doThe 99TXGmW7 has all the extra line breaks in the variable declaration that involve commands.
No idea how these run with you (on which system/environment), but they cause errors over here (linux).
At any rate, and as I said, I don't think many use it, so I don't bother too much.
.... except of course for the small technicality with the extra line breaks, that indeed does baffle me!