HI @krm.mrt
We have no access to the task, he generate randomly.
As you donβt have revienw button, you can paste here the statement and how you did the task then we can help you
Question:
There was some users data copied on Nautilus App Server 2 at /home/usersdata location by the Nautilus production support team in Stratos DC. Later they found that they mistakenly mixed up different user data there. Now they want to filter out some user data and copy it to another location. Find the details below:
On App Server 2 find all files (not directories) owned by user siva inside /home/usersdata directory and copy them all while keeping the folder structure (preserve the directories path) to /official directory.
Steps I have taken:
ls -l /home/usersdata/ | grep -v β^dβ | grep siva | tr -s β β | cut -d" " -f 9 | sed βs/^//home/usersdata//β