maelamrani
Member
Hello,
why when i use ls -l with grep it doesnt show any results but with ls it give me the results
why when i use ls -l with grep it doesnt show any results but with ls it give me the results
The reason is because ls and ls -l format their output differently.Hello,
why when i use ls -l with grep it doesnt show any results but with ls it give me the results
View attachment 5132
ls -l
, the listing format starts with the permissions, user/group, file-size, time-stamp and the file-name is at the end.ls -l | egrep [Ff]raise$