I am using the following pipeline: ls -F | ls *"*"
in attempt to find the executable files since ls -F adds an asterisks to executable files, but for some reason this will not work, why is this?
Asked
Active
Viewed 36 times
1

pvg
- 2,673
- 4
- 17
- 31

cosmicluna
- 539
- 1
- 5
- 16
-
1Probably because you want grep there, not another `ls`. – pvg Sep 14 '17 at 01:06
-
@pvg that does not work either – cosmicluna Sep 14 '17 at 01:15