RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Keyword search in the online manual

Question:
Do a keyword (-k) search in the online manual for the word "grep". How many man PAGES are there where the word "grep" appears? What command did you use to get the result?

Answer:

To search for a specific keyword within online manual pages we can use a man -k command. For exmaple to search for a keyword grep we use:

man -k grep

another alternative to man command is apropos command:

apropos -k grep

Both commands will return the same number of results.

Linux questions and answers

Share this linux post:

Submit Keyword search in the online manual in Delicious Submit Keyword search in the online manual in Digg Submit Keyword search in the online manual in FaceBook Submit Keyword search in the online manual in Google Bookmarks Submit Keyword search in the online manual in Stumbleupon Submit Keyword search in the online manual in Technorati Submit Keyword search in the online manual in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download