you come across two linux commands that attempt to redirect the output of one command to the input of another. they look like this: ps > process data and wc l < process data. what single command could you use to achieve the same goal without using an intermediate file?