In some cases the grep inetd command might also appear in this output.
grep inetd コマンドがこの出力に出てくる場合もあります。 - FreeBSD
The grep(1) command is used to search through output, looking for the string you specify.
grep(1)コマンドは出力を検索するために使い、 指定した文字列を探します。 - FreeBSD
The commandgrep (from "g/re/p") finds occurrences of a string in one or more files.
grepコマンドは、指定された文字列を一つ以上のファイルから探す(コマンド名は "g/re/p" に由来している)。 - JM
# dmesg | grep USBdrivers/usb/input/hid-core.c: v2.0:USB HID core driverusb 1-1: new low speed USB device using address 2input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:07.2-1 Another nifty command you can use to see the status of your USB ports is lsusb. USBポートの状態を見るために使える素晴らしいコマンドは、他にlsusbがあります。 - Gentoo Linux
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.