command line - Bash pipeline not working with asterisks -


i using following pipeline: ls -f | ls *"*" in attempt find executable files since ls -f adds asterisks executable files, reason not work, why this?


Comments