[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#932173: release-notes: grep should be egrep in section 4.6.1 for buster



Package: release-notes
Severity: minor

In Section 4.6.1 of the Release Notes for buster, this command is suggested:

    dpkg -l "linux-image*" | grep ^ii | grep -i meta

I believe this should be:

    dpkg -l "linux-image*" | egrep ^ii | grep -i meta

Best regards,
Stefan Kangas


Reply to: