j
k
j a
j l
USER1="roland" USER2="dany" USER3="kevin" cp -r /opt/$USER1/test /backup/$USER1 cp -r /opt/$USER2/test /backup/$USER2
USER1="roland" USER2="dany" USER3="kevin"
cp -r /opt/$USER1/test /backup/$USER1 cp -r /opt/$USER2/test /backup/$USER2
$ for user in one two three four; do echo $user; done one two three four
t
Back to the thread
Back to the list