in reply to Re^3: Replace an asterisk '*" with the content of array
in thread Replace an asterisk '*" with the content of array

Well :) I gotta go so I'll leave you with my thinking :D

combine /file1 *(rw,sync,no_root_squash,no_subtree_check) with 192.169.32.0/255.255.255.0 192.169.72.0/255.255.255.0 192.169.73.0/255.255.255.0 to get /file1 192.169.32.0/255.255.255.0(rw,sync,no_root_squash,no_subtre +e_check) /file1 192.169.72.0/255.255.255.0(rw,sync,no_root_squash,no_subtre +e_check) /file1 192.169.73.0/255.255.255.0(rw,sync,no_root_squash,no_subtre +e_check)

So asterix line, is duplicated for each subnet, and in each duplicate the asterix is replaced with the current subnet

Call me Teddy Bear ;)