Answers for "how to avoid some files when you making a list"

0

how to avoid some files when you making a list

ls -ltr * | grep -v txt | grep -v dat
something like
use grep -v to avoid
Posted by: Guest on January-19-2022

Code answers related to "how to avoid some files when you making a list"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language