Write a command to display all file name containing only digits in filename

$ls | grep -e "^[0-9$]"


Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post