dzz wrote:Well we did discuss that one before.
oh yea...sorry forgot...

Only for *most* users is it pointless.
nah ALL users....just some havent realized it yet

sorry to interrupt and run off-topic....just ignore me

Welcome |
---|
Welcome to refracta You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. In addition, registered members also see less advertisements. Registration is fast, simple, and absolutely free, so please, join our community today! |
dzz wrote:Well we did discuss that one before.
Only for *most* users is it pointless.
grubversion=$(dpkg -l | grep ii | grep -v doc | awk '$2 ~ "grub-[glp]" { print $2}')
dpkg -l | egrep "ii|hi" |grep -v bin | grep -v doc | awk '$2 ~ "grub-[glp]" { print $2}'
grubversion=$(dpkg -l | egrep "ii|hi" | grep -v bin | grep -v doc | awk '$2 ~ "grub-[glp]" { print $2}')
dpkg -l | grep "ii" | awk '{ print $2 }' > path/to/package_list
dpkg -l| awk '{print $1 " " $2 }' | egrep "ii |hi " | awk '{ print $2 }'
dpkg -l | egrep "^ii|^hi" | grep -v bin | grep -v doc | awk '$2 ~ "grub-[glp]" { print $2}'
Users browsing this forum: No registered users and 0 guests