Using "awk '/<exp>/{ print $n }'" is more minimal and slightly faster
than using "grep '<exp>' | awk '{ print $n }'".
Signed-off-by: Lincoln Yuji <lincolnyuji@hotmail.com>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| hyprctl.bash | ||
| hyprctl.fish | ||
| hyprctl.usage | ||
| hyprctl.zsh | ||
| main.cpp | ||
| Makefile | ||
| meson.build | ||
| Strings.hpp | ||