Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- awk '/^[0-9]/ {if ($1>100000) {nextfile} print FILENAME; gsub(".txt", ".lst", FILENAME); print FILENAME; gsub(".lst", ".map", FILENAME); print FILENAME; nextfile}' *.txt | xargs echo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement