Last active
February 22, 2017 12:32
-
-
Save daipresents/3235658b75015ab2da47b31eba3959fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for textfile in $( ls . | grep txt$ ); do echo "${textfile}"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment