$ ls -la | awk '{print $9}' | xargs -I {} echo "aa {} bb"
aa . bb
aa .. bb
aa .editorconfig bb
aa .eslintrc bb
aa .git bb
aa .gitignore bb
aa LICENSE bb
aa README.md bb
aa images bb
aa node_modules bb
aa package-lock.json bb
aa package.json bb
aa public bb
aa sample.txt bb
aa src bb
aa touch.txt bb
aa yarn.lock bb
Created
October 3, 2018 15:56
-
-
Save x1wins/d3475946251815ac7bf28b7ac967adef to your computer and use it in GitHub Desktop.
gnu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment