Skip to main content
added 92 characters in body
Source Link
Romeo Ninov
  • 6.5k
  • 5
  • 21
  • 20

Suspecting you want to search for both words you use grep:

pkg search web |grep server

Based on pkg documentation this command should work:

pkg -g search "web server"

You may add -i to make search case insensitive

Suspecting you want to search for both words you use grep:

pkg search web |grep server

Suspecting you want to search for both words you use grep:

pkg search web |grep server

Based on pkg documentation this command should work:

pkg -g search "web server"

You may add -i to make search case insensitive

added 33 characters in body
Source Link
Romeo Ninov
  • 6.5k
  • 5
  • 21
  • 20

HaveSuspecting you trywant to search for both words you use grep:

pkg search web |grep server

Have you try to use grep:

pkg search web |grep server

Suspecting you want to search for both words you use grep:

pkg search web |grep server
Source Link
Romeo Ninov
  • 6.5k
  • 5
  • 21
  • 20

Have you try to use grep:

pkg search web |grep server