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

Command to locate the word within a text file

Question:
Give the exact command that can locate the word "to" (without quotes) in a file named "file1" (without quotes), but does not display words like "total" or "stone" that are in the same file.

Answer:
-w option of a grep commad allows user to search a content of a file for a words, where word is separated on both sides by a white space.

grep -w to file1

Linux questions and answers

Share this linux post:

Submit Command to locate the word within a text file in Delicious Submit Command to locate the word within a text file in Digg Submit Command to locate the word within a text file in FaceBook Submit Command to locate the word within a text file in Google Bookmarks Submit Command to locate the word within a text file in Stumbleupon Submit Command to locate the word within a text file in Technorati Submit Command to locate the word within a text file in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download