1016万例文収録!

「grep」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

grepを含む例文一覧と使い方

該当件数 : 37



例文

is the same as 例文帳に追加

は "grep\\ \\-E" - JM

To do this, get the process ID of inetd with ps -ax | grep inetd | grep -v grep. 例文帳に追加

これをするには、inetd のプロセス ID を ps -ax | grep inetd |grep -v grep して 取得してください。 - FreeBSD

Do this using ps(1) and grep(1) . 例文帳に追加

それには ps(1) と grep(1) を使います。 - FreeBSD

If the GREP environment variable is set, zgrep uses it as the grep program to be invoked. 例文帳に追加

環境変数 GREP が設定された場合、zgrepはその内容をgrepプログラムの代わりに呼び出す。 - JM

例文

gnu: problems with imported GNU software such as gcc(1) or grep(1) . 例文帳に追加

gnu:gcc(1) や grep(1) などの GNU ソフトウェアに関する問題。 - FreeBSD


例文

In some cases the grep inetd command might also appear in this output. 例文帳に追加

grep inetd コマンドがこの出力に出てくる場合もあります。 - FreeBSD

All options specified are passed directly to grep.例文帳に追加

指定されたすべてのオプションはgrepに直接渡される。 - JM

We have a collection of news posts or email messages, and grep the bang 例文帳に追加

news へのポストや email メッセージに対して grep を行い、 - JM

# grep -v rootfs /proc/mounts /etc/mtab 例文帳に追加

コード表示12.2:mtabファイルの更新 - Gentoo Linux

例文

(Check to see if the services are running)# ps -ae | grep hcid26050 ? 00:00:00 hcid# ps -ae | grep sdpd26054 ? 00:00:00 sdpd 例文帳に追加

(サービスが実行中であるか確認してください)26054?00:00:00sdpd - Gentoo Linux

例文

If zgrep is invoked as zegrep or zfgrep then egrep or fgrep is used instead of grep. 例文帳に追加

zgrepがzegrepやzfgrepとして呼び出された場合、egrepとfgrepがそれぞれgrepの代わりに使われる。 - JM

second one is considered to be a (basic, a la grep(1) regular 例文帳に追加

右項は (grep(1) の使う基本的な) 正規表現として扱われる。 - JM

The grep(1) command is used to search through output, looking for the string you specify. 例文帳に追加

grep(1)コマンドは出力を検索するために使い、 指定した文字列を探します。 - FreeBSD

Check with fstat | grep dsp if another application is holding the device open. 例文帳に追加

fstat | grep dsp を使って、他のアプリケーションがデバイスを使用しているか調べてください。 - FreeBSD

(One way to check for the device)# cat /proc/bus/usb/devices | grep -e^[TPD] | grep -e Cls=e0 -B1 -A1(The Cls=e0(unk. 例文帳に追加

(デバイスをチェックする方法の一つ)("Cls=e0(unk.)"はBluetoothデバイスを識別するためにあります。 - Gentoo Linux

If no file is specified, then the standard input is decompressed if necessary and fed to grep. 例文帳に追加

ファイルが指定されない場合は、標準入力を (必要であれば伸長した後で)grep に渡す。 - JM

Otherwise the given files are uncompressed if necessary and fed to grep. 例文帳に追加

それ以外の場合は、指示されたファイルを (必要であれば伸長した後で) grep に渡す。 - JM

The command grep (from "g/re/p") finds occurrences of a string in one or more files. 例文帳に追加

grepコマンドは、指定された文字列を一つ以上のファイルから探す(コマンド名は "g/re/p" に由来している)。 - JM

Code Listing7.2: Verify the proper runlevel # rc-update -v show | grep -i consolefont 例文帳に追加

コード表示7.2:適切なランレベルにあることを確認 - Gentoo Linux

Code Listing1.1: Standard man structure $ ls /usr/share/man | grep manman0pman1man1pman2man3man3pman4man5man6man7man8man9mann 例文帳に追加

コード表示1.1:一般的なmanの構造 - Gentoo Linux

Code Listing3.17: Checking the direct rendering status $ glxinfo | grep directdirect rendering: Yes 例文帳に追加

コード表示3.17:ダイレクトレンダリングの状態を確認 - Gentoo Linux

(For a parallel port printer)$ dmesg | grep -i printparport0: Printer, Hewlett-Packard HP LaserJet 2100 Series 例文帳に追加

(パラレルポートプリンタ用) parport0:Printer,Hewlett-PackardHPLaserJet2100Series - Gentoo Linux

Anoncvs, by contrast, can be used to examine anything from an individual file to a specific program (like ls or grep) by referencing the CVS module name. 例文帳に追加

それに対して anoncvs では、 CVSモジュールの名前を指定することで特定のプログラムの (ls や grep のような) 個々のファイルから調べることができます。 - FreeBSD

To find out what FEATURES are default set, run emerge --info and search for the FEATURES variable or grep it out:例文帳に追加

デフォルトでFEATURESに何が設定されているかを知るには、emerge --infoを実行してFEATURES変数を検索するかgrepを利用します。 - Gentoo Linux

Since the exact log file depends on the package you are using as a syslog, try running grep -Rl dhcpd/var/log to narrow down the possibilities.例文帳に追加

存在するログファイルはsyslogとして使用しているパッケージによるので、限定するためにgrep-Rldhcpd/var/logを試してください。 - Gentoo Linux

Run ps ax | grep cron and make sure it showsup!Is cron working? 例文帳に追加

)をあなたのcronジョブに追加して、動作するか確認してください。 - Gentoo Linux

Code Listing2.6: Determining ACPI events for changing the power source # tail -f /var/log/messages | grep "received event" 例文帳に追加

コード表示2.6:電源供給源変更のACPIイベントを知る - Gentoo Linux

# grep NFS /usr/src/linux/.config_master You should see output that looks something like this if your kernel has been properly configured:例文帳に追加

もしあなたのカーネルが適切に設定されているなら、次のような出力があるはずです: - Gentoo Linux

# emerge pciutils; lspci | grep AGP# 00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)(Your output may not match the above due to different hardware.) 例文帳に追加

(ハードウェアが異なるためあなたの出力は上の物と異なるかもしれません) - Gentoo Linux

If you do not see your two cards showing up and you're not sure what kind of cards you have, try running lspci | grep Ethernet.例文帳に追加

二つのカードが見えず、しかもカードの種類がわからなかった場合はlspci|grepEthernetを実行してみます。 - Gentoo Linux

$ grep capacity /proc/acpi/battery/BAT0/infodesign capacity: 47520 mWhlast full capacity: 41830 mWh If the "last full capacity" differs significantly from the design capacity,your battery is probably broken. 例文帳に追加

もし"lastfullcapacity"が設計容量と不思議に異なっていたら、バッテリーが壊れているのかもしれません。 - Gentoo Linux

(Check that the SYNC variable has been setup)# emerge --info|grep SYNCSYNC="rsync://your_server_name/gentoo-portage"(Sync against your local mirror)# emerge --sync 例文帳に追加

スクリプトの例注意:設定とスクリプトのサンプルはgentoo-rsync-mirrorパッケージにあります。 - Gentoo Linux

construct may cause grep to use lots of memory. In addition, 例文帳に追加

の表現で非常に大きな繰り返しを指定すると、非常に多くのメモリを消費します。 - JM

The entire system (now including regular user programs, such as ls(1) or grep(1) ) is then rebuilt with the new system files. 例文帳に追加

全体のシステム (ここでは ls(1) や grep(1) といった標準的なユーザプログラムを含みます) は、その新しいシステムファイルを用いて作り直されることになります。 - FreeBSD

# lsmod | grep nvidia rmmod nvidia# modprobe nvidia To prevent you having to manually load the module on every bootup, you probably want to have this done automatically each time you boot your system, so edit/etc/modules.例文帳に追加

起動する度にモジュールを手動で読み込む手間を省くために、自動で行って欲しいと思うでしょう。 - Gentoo Linux

A: Look for ACPI related error messages with dmesg | grep ACPI.Try to update the BIOS, especially if a broken DSDT is reported. 例文帳に追加

A:ACPI関連のエラーメッセージをdmesg|grepACPIで見てください。 BIOSの更新を試してください(特にDSDTの破損が報告された場合)。 - Gentoo Linux

例文

# 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

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS