bash-tutorial/tutorial/describe_hardware.org

17 lines
350 B
Org Mode

#+options: toc:nil num:nil author:nil
* Describe hardware
Here using piping to show only the first four lines in the output
#+begin_src bash
lshw | head -4
#+end_src
#+RESULTS:
| myuser | | |
| description: | Computer | |
| width: | 64 | bits |
| capabilities: | smp | vsyscall32 |