I have an output I would like to add paths to.
My output looks like this now..
/usr/local/testing/directory/test1
0 Feb 16 12:07 hello
0 Feb 16 12:07 hello2
0 Feb 16 12:07 hello3
/usr/local/testing/directory/test2
0 Feb 16 14:52 bye
0 Feb 16 14:52 bye1
0 Feb 16 14:52 bye3
0 Feb 16 14:52 bye4
I want it to look like this
/usr/local/testing/directory/test1/hello
/usr/local/testing/directory/test1/hello2
/usr/local/testing/directory/test1/hello3
/usr/local/testing/directory/test2/bye
/usr/local/testing/directory/test2/bye1
....
....
Any idea's or advise how to solve it?
Thanks in advance
My output looks like this now..
/usr/local/testing/directory/test1
0 Feb 16 12:07 hello
0 Feb 16 12:07 hello2
0 Feb 16 12:07 hello3
/usr/local/testing/directory/test2
0 Feb 16 14:52 bye
0 Feb 16 14:52 bye1
0 Feb 16 14:52 bye3
0 Feb 16 14:52 bye4
I want it to look like this
/usr/local/testing/directory/test1/hello
/usr/local/testing/directory/test1/hello2
/usr/local/testing/directory/test1/hello3
/usr/local/testing/directory/test2/bye
/usr/local/testing/directory/test2/bye1
....
....
Any idea's or advise how to solve it?
Thanks in advance