$ ls fileA fileB fileC fileD $ find . -type f | xargs echo ./fileA ./fileC ./fileD ./fileB $ find . -type f | xargs -n1 echo ./fileA ./fileC ./fileD ./fileB $
Post a Comment
No comments:
Post a Comment