Hi,
I am executing below external command but its not working and the error after piping symbol '|'.
OS Command : cat
Additional Parameter : file_path | tail -n +2 >> file_path
Error description :
cat: |: No such file or directory cat: tail: No such file or directory cat: +2: No such file or directory cat: >>: No such file or directory
-Thanks,
A W