I am trying to concentrate three files and create a newfile containing the output
SAMPLE CODE:
This results with only "test" being added to file "newfile"
SAMPLE CODE:
Same result
ALSO...ne know how to view file permissions?
SAMPLE CODE:
Code:
test >> test1 >> test2 > newfile
SAMPLE CODE:
Code:
test > test1 > test2 > newfile
ALSO...ne know how to view file permissions?