hans

hans

【Shell】Save all file names or paths under a certain folder to a TXT document.


ls -l | grep ".jpg$" > file.txt

ls -R /path/*.jpg > file.txt

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.