> And how long can a line be? It turns out that I have > several "zfs send.. | zfs receive..." things. If I > put them all on one line, that line will be very > long. I think I have to break into several lines > > Can I put them on separate lines, in one shell file? >
Use backspace (\) at the end of each line to inform the shell to treat the commands as one long line like: zfs send... | zfs receive... && \ zfs send... | zfs receive... && \ zfs send... | zfs receive... && \ zfs send... | zfs receive... && \ zfs send... | zfs receive... && \ zfs send... | zfs receive... && \ scrub Movies1 \ scrub Movies2 -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
