Have the default options in grep changed in Feisty Fawn?
In previous versions of Ubuntu (Edgy, Dapper, Breezy, etc.) whenever I issued the following command 'sudo lshw | grep network' I would get output similar to the following:
dbott@edgy:~$ sudo lshw | grep network
bus info: pci@02:0b.0
Essentially, in previous versions it used to give me everything under the category of 'network'.
For some reason, when I try it in Feisty, it is not returning anything after 'network':
dbott@feisty:~$ sudo lshw | grep network
Adding the -A 15 gives me the necessary details:
dbott@feisty:~$ sudo lshw | grep -A 15 network
bus info: pci@02:0b.0
Did something change?
Thanks,
Dave
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- grep Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- David Bott
- Solved:
- Last query:
- Last reply: