I need to track down a problem that in in a user that begins with the letter r.
I was using
include "./r*"
but I need to know the exact user so I am using the following:
zorn /export/users-r /export/fssnap/users {
users-tar
include "./rabridge" "./ram" "./rcp" "./reden" "./rferrazd" "./rganapat"
"./rganesh" "./rhkenney" "./rhora" "./rkaufman" "./rkhosla" "./rlalvare"
"./rliu" "./rmcgraw" "./rnagpal" "./roeckner" "./rogersb" "./rogersbj"
"./rpankant" "./rqian" "./rroames" "./rt" "./rurban" "./rustamov"
}
The include is all one line.
Is this valid syntax?
Can you have multiple include lines?
Any other suggestions.
thanks
Robert