-
Vincent Aranega authored
As 'grep -B' is a GNU extension, a more portable solution is preferable. The most direct and simple solution would be using 'awk': awk '/^font.name$/{print a}{a=$0}' But a sed solution could also be applied: sed -n '/^font\.name$/{g;1!p;};h'f5a9393d
| Name |
Last commit
|
Last update |
|---|---|---|
| .github | ||
| ascii/distro | ||
| config | ||
| .travis.yml | ||
| 1.8.md | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
| neofetch | ||
| neofetch.1 |