Advertisement
Guest User

list sourcelist package

a guest
Feb 16th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. for F in $(find /etc/apt/ -name "*.list" -type f)
  2. do
  3.     echo "${F}"
  4.     echo "================================="
  5.     cat "${F}"
  6.     echo ""
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement