I was playing with piping in linux and came up with this:
Now I want to pass that to the ls -l command so I tried this:Code:echo $PATH | tr ; “ “
But that just lists the current working directory.Code:echo $PATH | tr ; “ “ | ls -l
Any ideas on why this did not work?


LinkBack URL
About LinkBacks
Reply With Quote
