-
-
Save modestotech/070c401c4ac37ea0a2113ca8903e93e3 to your computer and use it in GitHub Desktop.
This file contains 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
# Find all ocurrences of filter and map and style the output a bit | |
find src/ -type f -name '*.js' -exec awk '/filter\(|map\(/{printf "%-100s%-5s%-100s\n", FILENAME, FNR, $0}' {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment