Advertisement
Guest User

Untitled

a guest
May 24th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. cat pip-outdated.txt | tail -n +3 | while read LINE; do grep -in "$(echo "$LINE" | cut -d " " -f 1)\b" pyproject.toml &>/dev/null && echo "$LINE"; done > pip-filtered.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement