Missing argument to cut command (page 148)
More...Reported on: 2006-06-25
In chapter 5. The Debian package management system on page 148:
At the bottom of the page, the cut command is missing the field delimiter argument. The correct line reads:
dpkg-query --show --showformat='${Status} ${Package}\n' \
| grep ^deinstall | cut -f4 -d' ' | xargs dpkg -P